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
/
winmm
/
Makefile.in
blob
6563010c9e9c7ad2f12193bf35c53e24266cd97e
1
EXTRADEFS
= -
D_WINMM_
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
winmm.dll
7
IMPORTS
=
user32 advapi32 kernel32
8
ALTNAMES
=
mmsystem.dll sound.dll
9
10
LDDLLFLAGS
=
@LDDLLFLAGS@
11
SYMBOLFILE
= $(
MODULE
)
.tmp.o
12
13
C_SRCS
=
\
14
driver.c \
15
joystick.c \
16
lolvldrv.c \
17
mci.c \
18
mmio.c \
19
mmsystem.c \
20
sound16.c \
21
time.c
22
23
RC_SRCS
=
winmm_res.rc
24
25
EXTRA_OBJS
= $(
MODULE
)
.glue.o
26
27
@MAKE_DLL_RULES@
28
29
### Dependencies: