mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 05:15:01 +00:00
13 lines
183 B
Makefile
13 lines
183 B
Makefile
MODULE = dmsynth.dll
|
|
IMPORTS = dxguid uuid ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
dmsynth_main.c \
|
|
synth.c \
|
|
synthsink.c
|
|
|
|
IDL_R_SRCS = dmsynth.idl
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|