Changeset 2237 for trunk/kBuild/tools/VCC70.kmk
- Timestamp:
- Jan 9, 2009, 4:02:49 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC70.kmk
r2182 r2237 148 148 -Fo$(obj)\ 149 149 $(subst /,\\,$(abspath $(source))) 150 $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_Q)-o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)150 $(QUIET)$(DEP_IDB) -f -s -q -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb) 151 151 endef 152 152 #endif # !KBUILD_USE_KOBJCACHE … … 196 196 -Fo$(obj)\ 197 197 $(subst /,\\,$(abspath $(source))) 198 $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_Q)-o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)198 $(QUIET)$(DEP_IDB) -f -s -q -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb) 199 199 endef 200 200 #endif # !KBUILD_USE_KOBJCACHE
Note:
See TracChangeset
for help on using the changeset viewer.