mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
12 lines
169 B
Makefile
12 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@
|