Ignore:
Timestamp:
Jan 9, 2009, 4:02:49 AM (17 years ago)
Author:
bird
Message:

header.kmk,VCC*.kmk: retired the temporary DEP_IDB_Q hack now that the binaries are all up to date.

File:
1 edited

Legend:

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

    r2182 r2237  
    135135                -Fo$(obj)\
    136136                $(subst /,\\,$(abspath $(source)))
    137         $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_Q) -o $(dep) -t $(obj) $(call TOOL_VCC80AMD64_PDB,$(outbase)-obj,idb)
     137        $(QUIET)$(DEP_IDB) -f -s -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 $(DEP_IDB_Q) -o $(dep) -t $(obj) $(call TOOL_VCC80AMD64_PDB,$(outbase)-obj,idb)
     165        $(QUIET)$(DEP_IDB) -f -s -q -o $(dep) -t $(obj) $(call TOOL_VCC80AMD64_PDB,$(outbase)-obj,idb)
    166166endef
    167167
Note: See TracChangeset for help on using the changeset viewer.