projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added 'owner' field to 16-bit spec files to specify the name of the
[wine]
/
dlls
/
winmm
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = winmm
6
SOVERSION = 1.0
7
ALTNAMES = mmsystem sound
8
9
C_SRCS = \
10
joystick.c \
11
lolvldrv.c \
12
mci.c \
13
mmio.c \
14
mmsystem.c \
15
sound16.c \
16
time.c
17
18
GLUE = lolvldrv.c \
19
mmsystem.c \
20
time.c
21
22
RC_SRCS= \
23
winmm_res.rc
24
25
SUBDIRS = \
26
joystick \
27
mcianim \
28
mciavi \
29
mcicda \
30
mciseq \
31
mciwave \
32
midimap \
33
wavemap \
34
wineoss
35
36
@MAKE_DLL_RULES@
37
38
all: check_wrc
39
40
### Dependencies: