Changeset 405 for trunk/kBuild/tools
- Timestamp:
- Jan 15, 2006, 1:14:48 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC70.kmk
r403 r405 99 99 -Fo$(obj)\ 100 100 $(subst /,\\,$(call ABSPATH,$(source))) 101 $(DEP_IDB) -f -s -o $(dep) -t $(obj) $( outbase)-obj.idb101 $(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb) 102 102 endef 103 103 else … … 140 140 -Fo$(obj)\ 141 141 $(subst /,\\,$(call ABSPATH,$(source))) 142 $(DEP_IDB) -f -s -o $(dep) -t $(obj) $( outbase)-obj.idb142 $(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb) 143 143 endef 144 144 else
Note:
See TracChangeset
for help on using the changeset viewer.