mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 13:16:12 +00:00
34fa35dc99
makefiles, and added support for building a .def.a static import library too.
17 lines
297 B
Makefile
17 lines
297 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:
|