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

    r2018 r2182  
    156156                -Fo$(obj)\
    157157                $(subst /,\\,$(abspath $(source)))
    158         $(QUIET)$(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC80_PDB,$(outbase)-obj,idb)
     158        $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_Q) -o $(dep) -t $(obj) $(call TOOL_VCC80_PDB,$(outbase)-obj,idb)
    159159endef
    160160
     
    184184                -Fo$(obj)\
    185185                $(subst /,\\,$(abspath $(source)))
    186         $(QUIET)$(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC80_PDB,$(outbase)-obj,idb)
     186        $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_Q) -o $(dep) -t $(obj) $(call TOOL_VCC80_PDB,$(outbase)-obj,idb)
    187187endef
    188188
Note: See TracChangeset for help on using the changeset viewer.