Changeset 397 for trunk/kBuild/tools/VCC70.kmk
- Timestamp:
- Jan 13, 2006, 1:51:03 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC70.kmk
r391 r397 69 69 endif 70 70 71 ifeq ($(BUILD_PLATFORM),win32) 72 VCC70_NEW_DEPS = 1 73 endif 74 75 71 76 72 77 ## Compile C source. … … 94 99 -Fo$(obj)\ 95 100 $(subst /,\\,$(call ABSPATH,$(source))) 96 $(DEP_ PRE) -f -s -o $(dep) -t $(obj) -i$(outbase)-obj.idb101 $(DEP_IDB) -f -s -o $(dep) -t $(obj) $(outbase)-obj.idb 97 102 endef 98 103 else … … 135 140 -Fo$(obj)\ 136 141 $(subst /,\\,$(call ABSPATH,$(source))) 137 $(DEP_ PRE) -f -s -o $(dep) -t $(obj) -i$(outbase)-obj.idb142 $(DEP_IDB) -f -s -o $(dep) -t $(obj) $(outbase)-obj.idb 138 143 endef 139 144 else
Note:
See TracChangeset
for help on using the changeset viewer.