1 EXTRADEFS
= -D_SHELL32_
-DCOM_NO_WINDOWS_H
4 IMPORTS
= uuid shlwapi comctl32 user32 gdi32 advapi32
5 DELAYIMPORTS
= ole32 oleaut32 shdocvw version
109 EXTRA_OBJS
= authors.o
113 authors.c
: $(top_srcdir
)/AUTHORS
114 (LC_ALL
=C
; export LC_ALL
; echo
'const char * const SHELL_Authors[] = {' && \
115 sed
-e
'1,2d' -e
's/\(.*\)/ \"\1\",/' $(top_srcdir
)/AUTHORS
&& \
116 echo
' 0 };') >$@ ||
($(RM
) $@
&& false
)