makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / msxml4 / Makefile.in
1 EXTRADEFS = -DCOM_NO_WINDOWS_H
2 MODULE    = msxml4.dll
3 IMPORTS   = ole32 advapi32
4
5 C_SRCS = \
6         main.c \
7         regsvr.c
8
9 @MAKE_DLL_RULES@