msvcrt: Remove MSVCRT_wchar_t type.
[wine.git] / tools / wrc / Makefile.in
blobfb6eba20c27c38537208050cd64e05b6730b96c3
1 PROGRAMS = wrc
2 MANPAGES = wrc.man.in
4 C_SRCS = \
5 dumpres.c \
6 genres.c \
7 newstruc.c \
8 po.c \
9 translation.c \
10 utils.c \
11 wrc.c \
12 writeres.c
14 LEX_SRCS = parser.l
15 BISON_SRCS = parser.y
17 wrc_EXTRADEFS = \
18 -DNLSDIR="\"${nlsdir}\"" \
19 -DINCLUDEDIR="\"${includedir}\"" \
20 -DBIN_TO_NLSDIR=\"`${MAKEDEP} -R ${bindir} ${nlsdir}`\" \
21 -DBIN_TO_INCLUDEDIR=\"`${MAKEDEP} -R ${bindir} ${includedir}`\"
23 EXTRALIBS = $(GETTEXTPO_LIBS) -lwpp
25 INSTALL_DEV = $(PROGRAMS)