projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Unlock win16 crst while thunking up to 32 bit dll.
[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
IMPORTS = user32 kernel32
9
10
C_SRCS = \
11
joystick.c \
12
lolvldrv.c \
13
mci.c \
14
mmio.c \
15
mmsystem.c \
16
sound16.c \
17
time.c
18
19
GLUE = lolvldrv.c \
20
mmsystem.c \
21
time.c
22
23
RC_SRCS= \
24
winmm_res.rc
25
26
SUBDIRS = \
27
joystick \
28
mcianim \
29
mciavi \
30
mcicda \
31
mciseq \
32
mciwave \
33
midimap \
34
wavemap \
35
wineoss
36
37
@MAKE_DLL_RULES@
38
39
all: check_wrc
40
41
### Dependencies: