repo.or.cz
/
wine
/
testsucceed.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
oledlg: Fix Dutch translation.
[wine/testsucceed.git]
/
dlls
/
gdi.exe16
/
Makefile.in
blob
14198768ff2ba7208555446392115847ac24f621
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
gdi.exe16
6
IMPORTS
=
user32 advapi32 gdi32 kernel32 kernel
7
8
EXTRADLLFLAGS
= -
Wb
,--
subsystem
,
win16
,--
main-module
,
gdi32.dll
,--
heap
,
65520
9
EXTRARCFLAGS
= -
O res16
10
11
C_SRCS
=
\
12
bidi.c \
13
env.c \
14
gdi.c \
15
metafile.c \
16
printdrv.c
17
18
RC_SRCS
=
version.rc
19
20
@MAKE_DLL_RULES@