Windows treats dialog control class ids 0-5 same way as 0x80-0x85.
[wine/gsoc_dplay.git] / dlls / shell32 / Makefile.in
blob65d9ef67e8d85c75ea75d7a6bc938b027d715dce
1 EXTRADEFS = -D_SHELL32_ -DCOM_NO_WINDOWS_H
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = shell32.dll
7 # fixme: avoid ole32.dll import
8 IMPORTS = ole32 shlwapi comctl32 user32 gdi32 advapi32 kernel32
9 ALTNAMES = shell.dll
10 EXTRALIBS = $(LIBUUID) $(LIBUNICODE)
12 LDDLLFLAGS = @LDDLLFLAGS@
13 SYMBOLFILE = $(MODULE).tmp.o
15 SPEC_SRCS16 = $(ALTNAMES:.dll=.spec)
17 C_SRCS = \
18 brsfolder.c \
19 changenotify.c \
20 classes.c \
21 clipboard.c \
22 control.c \
23 dataobject.c \
24 debughlp.c \
25 dialogs.c \
26 dragdrophelper.c \
27 enumidlist.c \
28 folders.c \
29 iconcache.c \
30 memorystream.c \
31 pidl.c \
32 shell32_main.c \
33 shelllink.c \
34 shellole.c \
35 shellord.c \
36 shellpath.c \
37 shellreg.c \
38 shellstring.c \
39 shfldr_desktop.c \
40 shfldr_fs.c \
41 shfldr_mycomp.c \
42 shlexec.c \
43 shlfileop.c \
44 shlfolder.c \
45 shlmenu.c \
46 shlview.c \
47 shpolicy.c \
48 shv_bg_cmenu.c \
49 shv_item_cmenu.c \
50 systray.c
52 RC_SRCS = shres.rc
54 C_SRCS16 = shell.c
55 RC_SRCS16 = version16.rc
57 SUBDIRS = tests
59 @MAKE_DLL_RULES@
61 install::
62 $(MKINSTALLDIRS) $(bindir)
63 $(INSTALL_SCRIPT) $(TOPSRCDIR)/tools/wineshelllink $(bindir)/wineshelllink
65 uninstall::
66 $(RM) $(bindir)/wineshelllink
68 # Special rules for 16-bit resource files
70 version16.res: version16.rc
71 $(LDPATH) $(RC16) $(RC16FLAGS) -fo$@ $(SRCDIR)/version16.rc
73 shell.spec.c: shell.spec version16.res
74 $(WINEBUILD) $(DEFS) -o $@ --main-module $(MODULE) --res version16.res --spec $(SRCDIR)/shell.spec
76 ### Dependencies: