Changeset 21939 for trunk/tools
- Timestamp:
- Jan 12, 2012, 7:51:50 PM (14 years ago)
- Location:
- trunk/tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/impdef/Makefile.kmk
r21916 r21939 7 7 8 8 BLDPROGS += impdef 9 impdef_TEMPLATE = Odin Cxx9 impdef_TEMPLATE = OdinBin 10 10 11 11 # @todo: the need of this for BLDPROGS looks like a kBuild bug to me … … 17 17 18 18 impdef_SOURCES = \ 19 ImpDef.cpp 19 ImpDef.cpp \ 20 ImpDef.def 20 21 21 22 impdef_LIBS = \ -
trunk/tools/install/Makefile.kmk
r21916 r21939 12 12 odininst.cpp \ 13 13 regapi.c \ 14 tz.c 14 tz.c \ 15 odininst.def 15 16 16 17 odininst_LIBS += \ -
trunk/tools/wrc/Makefile.kmk
r21916 r21939 13 13 14 14 BLDPROGS += winerc 15 winerc_TEMPLATE = Odin Cxx15 winerc_TEMPLATE = OdinBin 16 16 17 17 # @todo: the need of this for BLDPROGS looks like a kBuild bug to me … … 31 31 ppy.tab.c \ 32 32 lex.ppl.c \ 33 writeres.c 33 writeres.c \ 34 wrc.def 34 35 35 36 winerc_LIBS += \
Note:
See TracChangeset
for help on using the changeset viewer.