reg: Remove an unreachable 'else' pathway from wmain.
[wine.git] / tools / wrc / Makefile.in
blobd502e4b7daecedaa82bc5700123ecddcf76df73d
1 PROGRAMS = wrc
2 MANPAGES = wrc.man.in
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
15 LEX_SRCS = parser.l
16 BISON_SRCS = parser.y
18 wrc_EXTRADEFS = -DINCLUDEDIR="\"${includedir}\""
20 EXTRALIBS = $(GETTEXTPO_LIBS) -lwpp
22 INSTALL_DEV = $(PROGRAMS)