Changeset 405 for trunk/kBuild/tools


Ignore:
Timestamp:
Jan 15, 2006, 1:14:48 AM (20 years ago)
Author:
bird
Message:

idbs are lowercase.

File:
1 edited

Legend:

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

    r403 r405  
    9999                -Fo$(obj)\
    100100                $(subst /,\\,$(call ABSPATH,$(source)))
    101         $(DEP_IDB) -f -s -o $(dep) -t $(obj) $(outbase)-obj.idb
     101        $(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)
    102102endef
    103103else
     
    140140                -Fo$(obj)\
    141141                $(subst /,\\,$(call ABSPATH,$(source)))
    142         $(DEP_IDB) -f -s -o $(dep) -t $(obj) $(outbase)-obj.idb
     142        $(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)
    143143endef
    144144else
Note: See TracChangeset for help on using the changeset viewer.