ws2_32: Test wait alertability in WSAGetOverlappedResult().
[wine.git] / tools / wrc / Makefile.in
blob1a05a55f8d19f4c1ec57e0583bef434a33865e8f
1 PROGRAMS = wrc
2 UNIX_LIBS = $(GETTEXTPO_LIBS)
4 C_SRCS = \
5 genres.c \
6 newstruc.c \
7 po.c \
8 utils.c \
9 wpp.c \
10 wrc.c
12 LEX_SRCS = \
13 parser.l \
14 ppl.l
16 BISON_SRCS = \
17 parser.y \
18 ppy.y
20 MANPAGES = wrc.man.in
22 wrc_EXTRADEFS = \
23 -DNLSDIR="\"${nlsdir}\"" \
24 -DINCLUDEDIR="\"${includedir}\"" \
25 -DBIN_TO_NLSDIR=\"`${MAKEDEP} -R ${bindir} ${nlsdir}`\" \
26 -DBIN_TO_INCLUDEDIR=\"`${MAKEDEP} -R ${bindir} ${includedir}`\"
28 INSTALL_DEV = $(PROGRAMS)