Ignore:
Timestamp:
Mar 18, 2008, 11:52:45 PM (17 years ago)
Author:
bird
Message:

USE_KOBJCACHE -> KBUILD_USE_KOBJCACHE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/VCC70.kmk

    r1354 r1418  
    114114TOOL_VCC70_COMPILE_C_DEPEND =
    115115TOOL_VCC70_COMPILE_C_DEPORD =
    116 #ifdef USE_KOBJCACHE
     116#ifdef KBUILD_USE_KOBJCACHE
    117117#TOOL_VCC70_COMPILE_C_OUTPUT = $(call TOOL_VCC70_PDB, $(outbase)-obj,pdb) $(call TOOL_VCC70_PDB, $(outbase)-obj,idb) $(outbase).i
    118118#TOOL_VCC70_COMPILE_C_USESES_KOBJCACHE = 1
     
    131131#       $(QUIET)$(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)
    132132#endef
    133 #else # !USE_KOBJCACHE
     133#else # !KBUILD_USE_KOBJCACHE
    134134TOOL_VCC70_COMPILE_C_OUTPUT = $(call TOOL_VCC70_PDB, $(outbase)-obj,idb)
    135135TOOL_VCC70_COMPILE_C_OUTPUT_MAYBE = $(call TOOL_VCC70_PDB, $(outbase)-obj,pdb)
     
    143143        $(QUIET)$(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)
    144144endef
    145 #endif # !USE_KOBJCACHE
     145#endif # !KBUILD_USE_KOBJCACHE
    146146
    147147
     
    162162TOOL_VCC70_COMPILE_CXX_DEPEND =
    163163TOOL_VCC70_COMPILE_CXX_DEPORD =
    164 #ifdef USE_KOBJCACHE
     164#ifdef KBUILD_USE_KOBJCACHE
    165165#TOOL_VCC70_COMPILE_CXX_OUTPUT = $(call TOOL_VCC70_PDB, $(outbase)-obj,pdb) $(call TOOL_VCC70_PDB, $(outbase)-obj,idb) $(outbase).ii
    166166#TOOL_VCC70_COMPILE_CXX_USES_KOBJCACHE = 1
     
    179179#       $(QUIET)$(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)
    180180#endef
    181 #else # !USE_KOBJCACHE
     181#else # !KBUILD_USE_KOBJCACHE
    182182TOOL_VCC70_COMPILE_CXX_OUTPUT = $(call TOOL_VCC70_PDB, $(outbase)-obj,idb)
    183183TOOL_VCC70_COMPILE_CXX_OUTPUT_MAYBE = $(call TOOL_VCC70_PDB, $(outbase)-obj,pdb)
     
    191191        $(QUIET)$(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)
    192192endef
    193 #endif # !USE_KOBJCACHE
     193#endif # !KBUILD_USE_KOBJCACHE
    194194
    195195
Note: See TracChangeset for help on using the changeset viewer.