16 lines
306 B
Makefile
16 lines
306 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = mciqtz32.dll
|
|
IMPORTS = strmiids oleaut32 ole32 winmm user32 kernel32
|
|
|
|
C_SRCS = \
|
|
mciqtz.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|