wine-wine/dlls/dmusic/Makefile.in

28 lines
456 B
Makefile
Raw Normal View History

2003-03-21 00:42:38 +00:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = dmusic.dll
IMPORTS = winmm ole32 msacm32 dsound rpcrt4 user32 advapi32 kernel32 ntdll
EXTRALIBS = -ldxguid -luuid
2003-03-21 00:42:38 +00:00
C_SRCS = \
2003-07-21 22:10:14 +00:00
buffer.c \
clock.c \
collection.c \
2003-03-21 00:42:38 +00:00
dmusic.c \
dmusic_main.c \
2003-07-21 22:10:14 +00:00
download.c \
downloadedinstrument.c \
instrument.c \
port.c \
portdownload.c \
regsvr.c \
thru.c
2003-03-21 00:42:38 +00:00
2003-04-03 23:55:27 +00:00
RC_SRCS = version.rc
2003-03-21 00:42:38 +00:00
@MAKE_DLL_RULES@
### Dependencies: