projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fixed DECIMAL_SETZERO
[wine]
/
dlls
/
winmm
/
Makefile.in
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: