1 EXTRADEFS = -D_SHELL32_ -DCOM_NO_WINDOWS_H
2 TOPSRCDIR = @top_srcdir@
7 IMPORTS = shlwapi comctl32 user32 gdi32 advapi32 kernel32
9 EXTRALIBS = -luuid $(LIBUNICODE)
67 RC_SRCS16 = version16.rc
68 SPEC_SRCS16 = shell.spec
74 # Special rules for 16-bit resource files
76 version16.res: version16.rc
77 $(LDPATH) $(RC16) $(RC16FLAGS) -fo$@ $(SRCDIR)/version16.rc
79 shell.spec.c: shell.spec version16.res
80 $(WINEBUILD) $(DEFS) $(DLLFLAGS) -o $@ --main-module $(MODULE) --res version16.res --dll $(SRCDIR)/shell.spec
82 authors.c: $(TOPSRCDIR)/AUTHORS
83 (LC_ALL=C; export LC_ALL; echo 'const char * const SHELL_Authors[] = {' && \
84 sed -e '1,2d' -e 's/\(.*\)/ \"\1\",/' $(TOPSRCDIR)/AUTHORS && \
85 echo ' 0 };') >$@ || ($(RM) $@ && false)