mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
13 lines
169 B
Makefile
13 lines
169 B
Makefile
|
EXTRADEFS = -DCOM_NO_WINDOWS_H
|
||
|
MODULE = msxml4.dll
|
||
|
IMPORTS = ole32 advapi32
|
||
|
|
||
|
C_SRCS = \
|
||
|
main.c
|
||
|
|
||
|
IDL_TLB_SRCS = msxml4_tlb.idl
|
||
|
|
||
|
RC_SRCS = rsrc.rc
|
||
|
|
||
|
@MAKE_DLL_RULES@
|