mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
9 lines
116 B
Makefile
9 lines
116 B
Makefile
MODULE = msxml4.dll
|
|
IMPORTS = ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
IDL_SRCS = msxml4_tlb.idl
|
|
|
|
RC_SRCS = rsrc.rc
|