Simplified wrc flags handling.
[wine] / dlls / shell32 / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = shell32
6 SOVERSION = 1.0
7 ALTNAMES  = shell shlwapi
8 IMPORTS   = ole32
9
10 SPEC_SRCS = \
11         shell.spec \
12         shell32.spec \
13         shlwapi.spec
14
15 C_SRCS = \
16         brsfolder.c \
17         changenotify.c \
18         classes.c \
19         clipboard.c \
20         dataobject.c \
21         dialogs.c \
22         enumidlist.c \
23         folders.c \
24         iconcache.c \
25         memorystream.c \
26         pidl.c \
27         regstream.c \
28         shell32_main.c \
29         shell.c \
30         shellguid.c \
31         shelllink.c \
32         shlmenu.c \
33         shellole.c \
34         shellord.c \
35         shellpath.c \
36         shellstring.c \
37         shellreg.c \
38         shlfileop.c \
39         shlfolder.c \
40         shlview.c \
41         shpolicy.c \
42         shv_bg_cmenu.c \
43         shv_item_cmenu.c \
44         systray.c
45
46 RC_SRCS= \
47         shres.rc
48
49 @MAKE_DLL_RULES@
50
51 all: check_wrc
52
53 ### Dependencies:
54