Ignore:
Timestamp:
Jan 13, 2006, 1:51:03 AM (20 years ago)
Author:
bird
Message:
  • kBuild/tools/VCC70.kmk:

o Use DEP_IDB on win32.

  • kBuild/header.kmk:

o Added DEP_IDB and DEP_IDB_EXT.

File:
1 edited

Legend:

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

    r391 r397  
    6969endif
    7070
     71ifeq ($(BUILD_PLATFORM),win32)
     72VCC70_NEW_DEPS = 1
     73endif
     74
     75
    7176
    7277## Compile C source.
     
    9499                -Fo$(obj)\
    95100                $(subst /,\\,$(call ABSPATH,$(source)))
    96         $(DEP_PRE) -f -s -o $(dep) -t $(obj) -i $(outbase)-obj.idb
     101        $(DEP_IDB) -f -s -o $(dep) -t $(obj) $(outbase)-obj.idb
    97102endef
    98103else
     
    135140                -Fo$(obj)\
    136141                $(subst /,\\,$(call ABSPATH,$(source)))
    137         $(DEP_PRE) -f -s -o $(dep) -t $(obj) -i $(outbase)-obj.idb
     142        $(DEP_IDB) -f -s -o $(dep) -t $(obj) $(outbase)-obj.idb
    138143endef
    139144else
Note: See TracChangeset for help on using the changeset viewer.