source: trunk/tools/wrc/Makefile.kmk@ 22011

Last change on this file since 22011 was 21939, checked in by dmik, 14 years ago

Add lost .def files to build process of some EXEs.

  • Property svn:eol-style set to native
File size: 833 bytes
Line 
1## @file
2# WRC makefile.
3#
4# Note. If you wanna recompile everything you'll need flex and bison.
5# Both are found at hobbes. See original makefiles.
6#
7
8SUB_DEPTH = ../..
9include $(KBUILD_PATH)/subheader.kmk
10
11# Note: while the tool is originally named wrc in Wine, we
12# name it winerc to avoid the naming conflict with Watcom RC
13
14BLDPROGS += winerc
15winerc_TEMPLATE = OdinBin
16
17# @todo: the need of this for BLDPROGS looks like a kBuild bug to me
18winerc_INST = bin/
19winerc_INSTTYPE = stage
20
21winerc_SOURCES = \
22 dumpres.c \
23 genres.c \
24 newstruc.c \
25 preproc.c \
26 readres.c \
27 utils.c \
28 wrc.c \
29 y.tab.c \
30 lexyy.c \
31 ppy.tab.c \
32 lex.ppl.c \
33 writeres.c \
34 wrc.def
35
36winerc_LIBS += \
37 $(PATH_STAGE_LIB)/unicode.lib
38
39include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracBrowser for help on using the repository browser.