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

    r2018 r2182  
    2525#
    2626# As a special exception you are granted permission to include this file, via
    27 # the kmk include directive, as you wish without this in itself causing the 
    28 # resulting makefile, program or whatever to be covered by the GPL license. 
     27# the kmk include directive, as you wish without this in itself causing the
     28# resulting makefile, program or whatever to be covered by the GPL license.
    2929# This exception does not however invalidate any other reasons why the makefile,
    3030# program, whatever should not be covered the GPL.
     
    136136#               -Fo$(obj)\
    137137#               $(subst /,\\,$(outbase).i)
    138 #       $(QUIET)$(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)
     138#       $(QUIET)$(DEP_IDB) -f -s -q -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)
    139139#endef
    140140#else # !KBUILD_USE_KOBJCACHE
     
    148148                -Fo$(obj)\
    149149                $(subst /,\\,$(abspath $(source)))
    150         $(QUIET)$(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)
     150        $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_Q) -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)
    151151endef
    152152#endif # !KBUILD_USE_KOBJCACHE
     
    184184#               -Fo$(obj)\
    185185#               $(subst /,\\,$(outbase).ii)
    186 #       $(QUIET)$(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)
     186#       $(QUIET)$(DEP_IDB) -f -s -q -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)
    187187#endef
    188188#else # !KBUILD_USE_KOBJCACHE
     
    196196                -Fo$(obj)\
    197197                $(subst /,\\,$(abspath $(source)))
    198         $(QUIET)$(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)
     198        $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_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.