projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
riched20: Add an explicit run length member and use it rather than accessing the...
[wine]
/
dlls
/
user.exe16
/
Makefile.in
1
MODULE = user.exe16
2
IMPORTS = mpr user32 gdi32
3
EXTRADLLFLAGS = -m16 -Wb,--main-module,user32.dll,--heap,65520
4
EXTRARCFLAGS = -m16
5
6
C_SRCS = \
7
bidi.c \
8
comm.c \
9
dialog.c \
10
hook.c \
11
message.c \
12
network.c \
13
user.c \
14
window.c
15
16
RC_SRCS = version.rc
17
18
@MAKE_DLL_RULES@