Changeset 1418 for trunk/kBuild/tools/GXX3OMF.kmk
- Timestamp:
- Mar 18, 2008, 11:52:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/GXX3OMF.kmk
r1259 r1418 95 95 TOOL_GXX3OMF_COMPILE_C_DEPEND = 96 96 TOOL_GXX3OMF_COMPILE_C_DEPORD = 97 ifdef USE_KOBJCACHE97 ifdef KBUILD_USE_KOBJCACHE 98 98 TOOL_GXX3OMF_COMPILE_C_USES_KOBJCACHE = 1 99 99 TOOL_GXX3OMF_COMPILE_C_OUTPUT = $(outbase).i … … 111 111 - 112 112 endef 113 else # ! USE_KOBJCACHE113 else # !KBUILD_USE_KOBJCACHE 114 114 TOOL_GXX3OMF_COMPILE_C_OUTPUT = 115 115 define TOOL_GXX3OMF_COMPILE_C_CMDS … … 120 120 $(abspath $(source)) 121 121 endef 122 endif # ! USE_KOBJCACHE122 endif # !KBUILD_USE_KOBJCACHE 123 123 124 124 … … 138 138 TOOL_GXX3OMF_COMPILE_CXX_DEPEND = 139 139 TOOL_GXX3OMF_COMPILE_CXX_DEPORD = 140 ifdef USE_KOBJCACHE140 ifdef KBUILD_USE_KOBJCACHE 141 141 TOOL_GXX3OMF_COMPILE_CXX_USES_KOBJCACHE = 1 142 142 TOOL_GXX3OMF_COMPILE_CXX_OUTPUT = $(outbase).ii … … 154 154 - 155 155 endef 156 else # ! USE_KOBJCACHE156 else # !KBUILD_USE_KOBJCACHE 157 157 TOOL_GXX3OMF_COMPILE_CXX_OUTPUT = 158 158 define TOOL_GXX3OMF_COMPILE_CXX_CMDS … … 163 163 $(abspath $(source)) 164 164 endef 165 endif # ! USE_KOBJCACHE165 endif # !KBUILD_USE_KOBJCACHE 166 166 167 167
Note:
See TracChangeset
for help on using the changeset viewer.