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

    r2182 r2237  
    148148                -Fo$(obj)\
    149149                $(subst /,\\,$(abspath $(source)))
    150         $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_Q) -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)
     150        $(QUIET)$(DEP_IDB) -f -s -q -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)
    151151endef
    152152#endif # !KBUILD_USE_KOBJCACHE
     
    196196                -Fo$(obj)\
    197197                $(subst /,\\,$(abspath $(source)))
    198         $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_Q) -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)
     198        $(QUIET)$(DEP_IDB) -f -s -q -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)
    199199endef
    200200#endif # !KBUILD_USE_KOBJCACHE
Note: See TracChangeset for help on using the changeset viewer.