Ignore:
Timestamp:
Jan 3, 2009, 1:52:10 AM (17 years ago)
Author:
bird
Message:

header.kmk,VCC*.kmk: Quiet hack for kDepIDB. (DEP_IDB_Q - temporary)

File:
1 edited

Legend:

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

    r2018 r2182  
    135135                -Fo$(obj)\
    136136                $(subst /,\\,$(abspath $(source)))
    137         $(QUIET)$(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC80AMD64_PDB,$(outbase)-obj,idb)
     137        $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_Q) -o $(dep) -t $(obj) $(call TOOL_VCC80AMD64_PDB,$(outbase)-obj,idb)
    138138endef
    139139
     
    163163                -Fo$(obj)\
    164164                $(subst /,\\,$(abspath $(source)))
    165         $(QUIET)$(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC80AMD64_PDB,$(outbase)-obj,idb)
     165        $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_Q) -o $(dep) -t $(obj) $(call TOOL_VCC80AMD64_PDB,$(outbase)-obj,idb)
    166166endef
    167167
Note: See TracChangeset for help on using the changeset viewer.