mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
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
|