projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added an initial (mostly stub) implementation of MSHTML.DLL.
[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 = $(LIBUUID)
8
9
LDDLLFLAGS = @LDDLLFLAGS@
10
SYMBOLFILE = $(MODULE).tmp.o
11
12
C_SRCS = \
13
buffer.c \
14
clock.c \
15
collection.c \
16
dmusic.c \
17
dmusic_main.c \
18
download.c \
19
downloadedinstrument.c \
20
instrument.c \
21
port.c \
22
portdownload.c \
23
regsvr.c \
24
thru.c
25
26
RC_SRCS = version.rc
27
28
@MAKE_DLL_RULES@
29
30
### Dependencies: