mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 03:08:42 +00:00
9 lines
103 B
Makefile
9 lines
103 B
Makefile
MODULE = msxml.dll
|
|
|
|
C_SRCS = main.c
|
|
|
|
IDL_TLB_SRCS = msxml_tlb.idl
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_DLL_RULES@
|