Changeset 1418 for trunk/kBuild/tools/VCC70.kmk
- Timestamp:
- Mar 18, 2008, 11:52:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC70.kmk
r1354 r1418 114 114 TOOL_VCC70_COMPILE_C_DEPEND = 115 115 TOOL_VCC70_COMPILE_C_DEPORD = 116 #ifdef USE_KOBJCACHE116 #ifdef KBUILD_USE_KOBJCACHE 117 117 #TOOL_VCC70_COMPILE_C_OUTPUT = $(call TOOL_VCC70_PDB, $(outbase)-obj,pdb) $(call TOOL_VCC70_PDB, $(outbase)-obj,idb) $(outbase).i 118 118 #TOOL_VCC70_COMPILE_C_USESES_KOBJCACHE = 1 … … 131 131 # $(QUIET)$(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb) 132 132 #endef 133 #else # ! USE_KOBJCACHE133 #else # !KBUILD_USE_KOBJCACHE 134 134 TOOL_VCC70_COMPILE_C_OUTPUT = $(call TOOL_VCC70_PDB, $(outbase)-obj,idb) 135 135 TOOL_VCC70_COMPILE_C_OUTPUT_MAYBE = $(call TOOL_VCC70_PDB, $(outbase)-obj,pdb) … … 143 143 $(QUIET)$(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb) 144 144 endef 145 #endif # ! USE_KOBJCACHE145 #endif # !KBUILD_USE_KOBJCACHE 146 146 147 147 … … 162 162 TOOL_VCC70_COMPILE_CXX_DEPEND = 163 163 TOOL_VCC70_COMPILE_CXX_DEPORD = 164 #ifdef USE_KOBJCACHE164 #ifdef KBUILD_USE_KOBJCACHE 165 165 #TOOL_VCC70_COMPILE_CXX_OUTPUT = $(call TOOL_VCC70_PDB, $(outbase)-obj,pdb) $(call TOOL_VCC70_PDB, $(outbase)-obj,idb) $(outbase).ii 166 166 #TOOL_VCC70_COMPILE_CXX_USES_KOBJCACHE = 1 … … 179 179 # $(QUIET)$(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb) 180 180 #endef 181 #else # ! USE_KOBJCACHE181 #else # !KBUILD_USE_KOBJCACHE 182 182 TOOL_VCC70_COMPILE_CXX_OUTPUT = $(call TOOL_VCC70_PDB, $(outbase)-obj,idb) 183 183 TOOL_VCC70_COMPILE_CXX_OUTPUT_MAYBE = $(call TOOL_VCC70_PDB, $(outbase)-obj,pdb) … … 191 191 $(QUIET)$(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb) 192 192 endef 193 #endif # ! USE_KOBJCACHE193 #endif # !KBUILD_USE_KOBJCACHE 194 194 195 195
Note:
See TracChangeset
for help on using the changeset viewer.