projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
comctl32/treeview: Fix TVS_SINGLEEXPAND notifications order.
[wine]
/
dlls
/
user.exe16
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = user.exe16
6
IMPORTS = mpr user32 gdi32
7
EXTRADLLFLAGS = -m16 -Wb,--main-module,user32.dll,--heap,65520
8
EXTRARCFLAGS = -O res16
9
10
C_SRCS = \
11
bidi.c \
12
comm.c \
13
dialog.c \
14
hook.c \
15
message.c \
16
network.c \
17
user.c \
18
window.c
19
20
RC_SRCS = version.rc
21
22
@MAKE_DLL_RULES@