repo.or.cz
/
wine
/
hacks.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gdiplus: Transform bitmaps to non-rectangular parallelograms in software.
[wine/hacks.git]
/
programs
/
write
/
Makefile.in
blob
e0ffa98631f18b3eda1d75327ee57c211cb32fbf
1
EXTRADEFS
= -
DWINE_NO_UNICODE_MACROS
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
write.exe
7
APPMODE
= -
mwindows
8
IMPORTS
=
user32 gdi32 kernel32
9
10
C_SRCS
=
write.c
11
12
RC_SRCS
=
\
13
De.rc \
14
En.rc \
15
Fr.rc \
16
It.rc \
17
Ja.rc \
18
Ko.rc \
19
Lt.rc \
20
Nl.rc \
21
No.rc \
22
Pl.rc \
23
Pt.rc \
24
Ro.rc \
25
Ru.rc \
26
Si.rc \
27
Sv.rc \
28
Uk.rc
29
30
@MAKE_PROG_RULES@