repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
setupapi: Implement SetupDuplicateDiskSpaceListA/W.
[wine.git]
/
dlls
/
user.exe16
/
Makefile.in
blob
f57e91883121a537872b02f1e1019711106ba240
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@