Makefile.in 217 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
8 9 10 11 12 13 14

C_SRCS = \
	dmusic32_main.c

RC_SRCS = version.rc

@MAKE_DLL_RULES@