repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added rules for building import libraries in the individual dll
[wine.git]
/
dlls
/
dmusic
/
Makefile.in
blob
7b8f89c672c3e5fb2ea9b603cc721a4bc4cb9f5b
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
dmusic.dll
6
IMPORTLIB
=
libdmusic.
$(
IMPLIBEXT
)
7
IMPORTS
=
winmm ole32 msacm32 dsound rpcrt4 user32 advapi32 kernel32 ntdll
8
EXTRALIBS
= -
ldxguid
-
luuid
9
10
C_SRCS
=
\
11
buffer.c \
12
clock.c \
13
collection.c \
14
dmusic.c \
15
dmusic_main.c \
16
download.c \
17
downloadedinstrument.c \
18
instrument.c \
19
port.c \
20
portdownload.c \
21
regsvr.c \
22
thru.c
23
24
RC_SRCS
=
version.rc
25
26
@MAKE_DLL_RULES@
27
28
### Dependencies: