mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
14 lines
186 B
Makefile
14 lines
186 B
Makefile
MODULE = dmscript.dll
|
|
IMPORTS = dxguid uuid ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
dmscript_main.c \
|
|
script.c \
|
|
scripttrack.c
|
|
|
|
IDL_R_SRCS = dmscript.idl
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_DLL_RULES@
|