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/VCC80X86.kmk

    r2182 r2237  
    136136                -Fo$(obj)\
    137137                $(subst /,\\,$(abspath $(source)))
    138         $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_Q) -o $(dep) -t $(obj) $(call TOOL_VCC80X86_PDB,$(outbase)-obj,idb)
     138        $(QUIET)$(DEP_IDB) -f -s -q -o $(dep) -t $(obj) $(call TOOL_VCC80X86_PDB,$(outbase)-obj,idb)
    139139endef
    140140
     
    164164                -Fo$(obj)\
    165165                $(subst /,\\,$(abspath $(source)))
    166         $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_Q) -o $(dep) -t $(obj) $(call TOOL_VCC80X86_PDB,$(outbase)-obj,idb)
     166        $(QUIET)$(DEP_IDB) -f -s -q -o $(dep) -t $(obj) $(call TOOL_VCC80X86_PDB,$(outbase)-obj,idb)
    167167endef
    168168
Note: See TracChangeset for help on using the changeset viewer.