mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
10 lines
103 B
Makefile
10 lines
103 B
Makefile
MODULE = msxml.dll
|
|
|
|
C_SRCS = main.c
|
|
|
|
IDL_TLB_SRCS = msxml_tlb.idl
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_DLL_RULES@
|