projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
gdiplus: Implement partially transparent solid fill brushes.
[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
IMPORTLIB = winmm
8
IMPORTS = user32 advapi32 kernel32 ntdll
9
10
C_SRCS = \
11
driver.c \
12
joystick.c \
13
lolvldrv.c \
14
mci.c \
15
mmio.c \
16
playsound.c \
17
time.c \
18
winmm.c
19
20
C_SRCS16 = \
21
message16.c \
22
mmsystem.c
23
24
SPEC_SRCS16 = \
25
mmsystem.spec
26
27
RC_SRCS = winmm_res.rc
28
29
@MAKE_DLL_RULES@
30
31
@DEPENDENCIES@ # everything below this line is overwritten by make depend