Changeset 2237 for trunk/kBuild/tools/VCC80X86.kmk
- Timestamp:
- Jan 9, 2009, 4:02:49 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC80X86.kmk
r2182 r2237 136 136 -Fo$(obj)\ 137 137 $(subst /,\\,$(abspath $(source))) 138 $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_Q)-o $(dep) -t $(obj) $(call TOOL_VCC80X86_PDB,$(outbase)-obj,idb)138 $(QUIET)$(DEP_IDB) -f -s -q -o $(dep) -t $(obj) $(call TOOL_VCC80X86_PDB,$(outbase)-obj,idb) 139 139 endef 140 140 … … 164 164 -Fo$(obj)\ 165 165 $(subst /,\\,$(abspath $(source))) 166 $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_Q)-o $(dep) -t $(obj) $(call TOOL_VCC80X86_PDB,$(outbase)-obj,idb)166 $(QUIET)$(DEP_IDB) -f -s -q -o $(dep) -t $(obj) $(call TOOL_VCC80X86_PDB,$(outbase)-obj,idb) 167 167 endef 168 168
Note:
See TracChangeset
for help on using the changeset viewer.