Changeset 21939


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
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/Makefile.kmk

    r21916 r21939  
    6868PROGRAMS           += regsvr32
    6969regsvr32_TEMPLATE   = OdinApp
    70 regsvr32_SOURCES    = regsvr32.cpp
     70regsvr32_SOURCES    = regsvr32.cpp regsvr32.def
    7171regsvr32_LIBS       = \
    7272    $(PATH_STAGE_LIB)/kernel32.lib \
  • trunk/src/win32k/Makefile.kmk

    r21923 r21939  
    1212
    1313PROGRAMS       += xx2lx
    14 xx2lx_TEMPLATE  = OdinCxx
     14xx2lx_TEMPLATE  = OdinBin
    1515xx2lx_INCS      = include
    1616xx2lx_SOURCES   = \
     
    2525    misc/new.cpp \
    2626    misc/stricmp.c \
    27     misc/vprintf.c
     27    misc/vprintf.c \
     28    Xx2Lx.def
    2829
    2930include $(FILE_KBUILD_SUB_FOOTER)
  • 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.