mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
9 lines
125 B
Makefile
9 lines
125 B
Makefile
MODULE = msxml6.dll
|
|
IMPORTS = oleaut32 ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
IDL_SRCS = msxml6_tlb.idl
|