Moved existing path - functions to shellpatch.c.
[wine] / dlls / shell32 / Makefile.in
1 DEFS      = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = shell32
7 WRCEXTRA  = -A -p $*
8
9 C_SRCS = \
10         classes.c \
11         contmenu.c \
12         dataobject.c \
13         enumidlist.c \
14         folders.c \
15         iconcache.c \
16         pidl.c \
17         shell32_main.c \
18         shelllink.c \
19         shellole.c \
20         shellord.c \
21         shellpath.c \
22         shlfolder.c \
23         shlview.c
24
25 # RC_SRCS = \
26 #       shres.rc
27
28 all: check_wrc $(MODULE).o
29
30 @MAKE_RULES@
31
32 $(RC_SRCS:.rc=.s): $(WRC)
33
34 ### Dependencies:
35