1 EXTRADEFS = -D_SHELL32_ -DCOM_NO_WINDOWS_H
2 TOPSRCDIR = @top_srcdir@
8 IMPORTS = uuid shlwapi comctl32 user32 gdi32 advapi32 kernel32 ntdll
9 DELAYIMPORTS = ole32 oleaut32 shdocvw
68 RC_SRCS16 = version16.rc
69 SPEC_SRCS16 = shell.spec
71 EXTRA_OBJS = authors.o
75 # Special rules for 16-bit resource files
77 version16.res: version16.rc
78 $(LDPATH) $(RC16) $(RC16FLAGS) -fo$@ $(SRCDIR)/version16.rc
80 shell.spec.o: shell.spec version16.res
81 $(WINEBUILD) $(WINEBUILDFLAGS) --dll -o $@ --main-module $(MODULE) --res version16.res --export $(SRCDIR)/shell.spec
83 authors.c: $(TOPSRCDIR)/AUTHORS
84 (LC_ALL=C; export LC_ALL; echo 'const char * const SHELL_Authors[] = {' && \
85 sed -e '1,2d' -e 's/\(.*\)/ \"\1\",/' $(TOPSRCDIR)/AUTHORS && \
86 echo ' 0 };') >$@ || ($(RM) $@ && false)
91 @DEPENDENCIES@ # everything below this line is overwritten by make depend