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
d2d1: Enforce text antialias mode vs text rendering mode consistency.
[wine.git]
/
tools
/
wrc
/
Makefile.in
blob
d502e4b7daecedaa82bc5700123ecddcf76df73d
1
PROGRAMS
=
wrc
2
MANPAGES
=
wrc.man.in
3
4
C_SRCS
=
\
5
dumpres.c \
6
genres.c \
7
newstruc.c \
8
po.c \
9
readres.c \
10
translation.c \
11
utils.c \
12
wrc.c \
13
writeres.c
14
15
LEX_SRCS
=
parser.l
16
BISON_SRCS
=
parser.y
17
18
wrc_EXTRADEFS
= -
DINCLUDEDIR
=
"
\"
${includedir}
\"
"
19
20
EXTRALIBS
= $(
GETTEXTPO_LIBS
) -
lwpp
21
22
INSTALL_DEV
= $(
PROGRAMS
)