mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 17:56:51 +00:00
12 lines
166 B
Makefile
12 lines
166 B
Makefile
MODULE = dmscript.dll
|
|
IMPORTS = dxguid uuid ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
dmscript_main.c \
|
|
script.c \
|
|
scripttrack.c
|
|
|
|
IDL_SRCS = dmscript.idl
|
|
|
|
RC_SRCS = rsrc.rc
|