repo.or.cz
/
wine
/
gsoc_dplay.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move the name directive from the .spec file to the Makefile.
[wine/gsoc_dplay.git]
/
dlls
/
dplayx
/
Makefile.in
blob
c1576b10ccb663d0243d710f8462f1c0255bac3b
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
dplayx.dll
6
IMPORTS
=
winmm ole32 user32 advapi32 kernel32
7
EXTRALIBS
= $(
LIBUUID
)
8
9
LDDLLFLAGS
=
@LDDLLFLAGS@
10
SYMBOLFILE
= $(
MODULE
)
.tmp.o
11
12
C_SRCS
=
\
13
dpclassfactory.c \
14
dplay.c \
15
dplaysp.c \
16
dplayx_global.c \
17
dplayx_main.c \
18
dplayx_messages.c \
19
dplobby.c \
20
lobbysp.c \
21
name_server.c
22
23
RC_SRCS
=
version.rc
24
25
@MAKE_DLL_RULES@
26
27
### Dependencies:
28