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
d3dcompiler: Parse bound resources.
[wine.git]
/
dlls
/
user.exe16
/
Makefile.in
blob
b50b3c95a5db27cc47791eefc992d3193f87c659
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@