10 lines
125 B
Makefile
10 lines
125 B
Makefile
MODULE = msxml6.dll
|
|
IMPORTS = oleaut32 ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
IDL_SRCS = msxml6_tlb.idl
|