projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
dmusic: Win64 printf format warning fixes.
[wine]
/
dlls
/
dmusic
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = dmusic.dll
6
IMPORTS = winmm ole32 msacm32 dsound rpcrt4 user32 advapi32 kernel32 ntdll
7
EXTRALIBS = -ldxguid -luuid
8
9
C_SRCS = \
10
buffer.c \
11
clock.c \
12
collection.c \
13
dmusic.c \
14
dmusic_main.c \
15
download.c \
16
downloadedinstrument.c \
17
instrument.c \
18
port.c \
19
portdownload.c \
20
regsvr.c \
21
thru.c
22
23
RC_SRCS = version.rc
24
25
@MAKE_DLL_RULES@
26
27
@DEPENDENCIES@ # everything below this line is overwritten by make depend