projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
jscript: Store concatenated strings as a rope string to avoid useless copying.
[wine]
/
dlls
/
mmsystem.dll16
/
Makefile.in
1
MODULE = mmsystem.dll16
2
IMPORTS = winmm user32
3
4
EXTRADLLFLAGS = -m16 -Wb,--main-module,winmm.dll
5
6
C_SRCS = \
7
driver.c \
8
mci16.c \
9
message16.c \
10
mmio16.c \
11
mmsystem.c
12
13
@MAKE_DLL_RULES@