mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
10 lines
131 B
Makefile
10 lines
131 B
Makefile
EXTRADEFS = -DCOM_NO_WINDOWS_H
|
|
MODULE = msxml6.dll
|
|
IMPORTS = ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
main.c \
|
|
regsvr.c
|
|
|
|
@MAKE_DLL_RULES@
|