repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
comctl32/imagelist: Add support for 25% and 50% blending when using an alpha channel.
[wine/multimedia.git]
/
dlls
/
user.exe16
/
Makefile.in
blob
c0ac137b5717b6815b7c1cc1ecd086ffc14f2135
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
user.exe16
6
IMPORTS
=
mpr user32 gdi32 kernel32 kernel ntdll
7
EXTRADLLFLAGS
= -
Wb
,--
subsystem
,
win16
,--
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@