New internal dll, exporting already existing path functions.
[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  = -s -p$(MODULE)
8
9 SPEC_SRCS = \
10         shell.spec \
11         shell32.spec \
12         shlwapi.spec
13
14 C_SRCS = \
15         brsfolder.c \
16         classes.c \
17         contmenu.c \
18         dataobject.c \
19         enumidlist.c \
20         folders.c \
21         iconcache.c \
22         memorystream.c \
23         pidl.c \
24         regstream.c \
25         shell32_main.c \
26         shell.c \
27         shellguid.c \
28         shelllink.c \
29         shlmenu.c \
30         shellole.c \
31         shellord.c \
32         shellpath.c \
33         shlfolder.c \
34         shlview.c \
35         shv_bg_cmenu.c
36
37 RC_SRCS= \
38         shres.rc
39
40 #GEN_ASM_SRCS = \
41 #       shellres.s
42
43 all: check_wrc $(MODULE).o
44
45 @MAKE_RULES@
46
47 $(RC_SRCS:.rc=.s): $(WRC)
48
49 ### Dependencies:
50