Makefile.in 302 Bytes
Newer Older
1 2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = dmusic32.dll
6
IMPORTLIB = dmusic32
7
IMPORTS   = uuid kernel32
8 9 10 11 12 13 14 15

C_SRCS = \
	dmusic32_main.c

RC_SRCS = version.rc

@MAKE_DLL_RULES@

16
@DEPENDENCIES@  # everything below this line is overwritten by make depend