mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02:00
11 lines
186 B
Makefile
11 lines
186 B
Makefile
MODULE = dmscript.dll
|
|
IMPORTS = dxguid uuid ole32 advapi32
|
|
PARENTSRC = ../dmusic
|
|
|
|
SOURCES = \
|
|
dmobject.c \
|
|
dmscript.idl \
|
|
dmscript_main.c \
|
|
rsrc.rc \
|
|
script.c \
|
|
scripttrack.c
|