2003-04-08 05:56:04 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = dmsynth.dll
|
2008-12-16 16:41:16 +01:00
|
|
|
IMPORTS = dxguid uuid ole32 advapi32 kernel32
|
2003-04-08 05:56:04 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
2003-07-22 00:10:14 +02:00
|
|
|
dmsynth_main.c \
|
|
|
|
regsvr.c \
|
|
|
|
synth.c \
|
|
|
|
synthsink.c
|
2003-04-08 05:56:04 +02:00
|
|
|
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|