mirror of
https://github.com/reactos/wine.git
synced 2025-01-07 11:51:28 +00:00
17 lines
259 B
Makefile
17 lines
259 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = dmscript.dll
|
|
IMPORTS = dxguid uuid ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
dmscript_main.c \
|
|
regsvr.c \
|
|
script.c \
|
|
scripttrack.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|