projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Handle case where partial structure update requested.
[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
SPEC_SRCS16 = $(ALTNAMES:.dll=.spec)
11
12
C_SRCS = \
13
driver.c \
14
joystick.c \
15
lolvldrv.c \
16
mci.c \
17
mmio.c \
18
playsound.c \
19
time.c \
20
winmm.c
21
22
C_SRCS16 = \
23
message16.c \
24
mmsystem.c \
25
sound16.c
26
27
RC_SRCS = winmm_res.rc
28
29
SUBDIRS = tests
30
31
@MAKE_DLL_RULES@
32
33
### Dependencies: