mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
17 lines
354 B
Makefile
17 lines
354 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = dmusic32.dll
|
|
IMPORTLIB = libdmusic32.$(IMPLIBEXT)
|
|
IMPORTS = winmm user32 advapi32 kernel32
|
|
EXTRALIBS = -luuid
|
|
|
|
C_SRCS = \
|
|
dmusic32_main.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|