Changeset 21939 for trunk/tools


Ignore:
Timestamp:
Jan 12, 2012, 7:51:50 PM (14 years ago)
Author:
dmik
Message:

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

Location:
trunk/tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/impdef/Makefile.kmk

    r21916 r21939  
    77
    88BLDPROGS           += impdef
    9 impdef_TEMPLATE     = OdinCxx
     9impdef_TEMPLATE     = OdinBin
    1010
    1111# @todo: the need of this for BLDPROGS looks like a kBuild bug to me
     
    1717
    1818impdef_SOURCES      = \
    19     ImpDef.cpp
     19    ImpDef.cpp \
     20    ImpDef.def
    2021
    2122impdef_LIBS         = \
  • trunk/tools/install/Makefile.kmk

    r21916 r21939  
    1212    odininst.cpp \
    1313    regapi.c \
    14     tz.c
     14    tz.c \
     15    odininst.def
    1516
    1617odininst_LIBS      += \
  • trunk/tools/wrc/Makefile.kmk

    r21916 r21939  
    1313
    1414BLDPROGS           += winerc
    15 winerc_TEMPLATE     = OdinCxx
     15winerc_TEMPLATE     = OdinBin
    1616
    1717# @todo: the need of this for BLDPROGS looks like a kBuild bug to me
     
    3131    ppy.tab.c \
    3232    lex.ppl.c \
    33     writeres.c
     33    writeres.c \
     34    wrc.def
    3435
    3536winerc_LIBS        += \
Note: See TracChangeset for help on using the changeset viewer.