repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 20030408.
[wine/gsoc-2012-control.git]
/
dlls
/
winmm
/
Makefile.in
blob
93695748b759057c36b8825fce821f96115e91a8
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 ntdll
8
ALTNAMES
=
mmsystem.dll sound.dll
9
10
LDDLLFLAGS
=
@LDDLLFLAGS@
11
SYMBOLFILE
= $(
MODULE
)
.tmp.o
12
13
SPEC_SRCS16
= $(
ALTNAMES
:
.dll
=
.spec
)
14
15
C_SRCS
=
\
16
driver.c \
17
joystick.c \
18
lolvldrv.c \
19
mci.c \
20
mmio.c \
21
playsound.c \
22
time.c \
23
winmm.c
24
25
C_SRCS16
=
\
26
message16.c \
27
mmsystem.c \
28
sound16.c
29
30
RC_SRCS
=
winmm_res.rc
31
32
SUBDIRS
=
tests
33
34
@MAKE_DLL_RULES@
35
36
### Dependencies: