projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
comctl32/listview: Free ID array when removing all items.
[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
mci16.c \
22
message16.c \
23
mmio16.c \
24
mmsystem.c
25
26
SPEC_SRCS16 = \
27
mmsystem.spec
28
29
RC_SRCS = \
30
winmm_Cs.rc \
31
winmm_Da.rc \
32
winmm_De.rc \
33
winmm_En.rc \
34
winmm_Es.rc \
35
winmm_Fr.rc \
36
winmm_It.rc \
37
winmm_Ja.rc \
38
winmm_Ko.rc \
39
winmm_Lt.rc \
40
winmm_Nl.rc \
41
winmm_No.rc \
42
winmm_Pl.rc \
43
winmm_Pt.rc \
44
winmm_Ru.rc \
45
winmm_Si.rc \
46
winmm_Sk.rc \
47
winmm_Tr.rc \
48
winmm_res.rc
49
50
@MAKE_DLL_RULES@
51
52
@DEPENDENCIES@ # everything below this line is overwritten by make depend