wine/dlls/msxml4/Makefile.in

10 lines
131 B
Makefile
Raw Normal View History

2010-02-03 00:49:37 +00:00
EXTRADEFS = -DCOM_NO_WINDOWS_H
MODULE = msxml4.dll
IMPORTS = ole32 advapi32
2010-02-03 00:49:37 +00:00
C_SRCS = \
main.c \
regsvr.c
2010-02-03 00:49:37 +00:00
@MAKE_DLL_RULES@