Changeset 21939
- Timestamp:
- Jan 12, 2012, 7:51:50 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
-
src/ole32/Makefile.kmk (modified) (1 diff)
-
src/win32k/Makefile.kmk (modified) (2 diffs)
-
tools/impdef/Makefile.kmk (modified) (2 diffs)
-
tools/install/Makefile.kmk (modified) (1 diff)
-
tools/wrc/Makefile.kmk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ole32/Makefile.kmk
r21916 r21939 68 68 PROGRAMS += regsvr32 69 69 regsvr32_TEMPLATE = OdinApp 70 regsvr32_SOURCES = regsvr32.cpp 70 regsvr32_SOURCES = regsvr32.cpp regsvr32.def 71 71 regsvr32_LIBS = \ 72 72 $(PATH_STAGE_LIB)/kernel32.lib \ -
trunk/src/win32k/Makefile.kmk
r21923 r21939 12 12 13 13 PROGRAMS += xx2lx 14 xx2lx_TEMPLATE = Odin Cxx14 xx2lx_TEMPLATE = OdinBin 15 15 xx2lx_INCS = include 16 16 xx2lx_SOURCES = \ … … 25 25 misc/new.cpp \ 26 26 misc/stricmp.c \ 27 misc/vprintf.c 27 misc/vprintf.c \ 28 Xx2Lx.def 28 29 29 30 include $(FILE_KBUILD_SUB_FOOTER) -
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.
