Changeset 2237 for trunk/kBuild/tools/VCC80.kmk
- Timestamp:
- Jan 9, 2009, 4:02:49 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC80.kmk
r2182 r2237 156 156 -Fo$(obj)\ 157 157 $(subst /,\\,$(abspath $(source))) 158 $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_Q)-o $(dep) -t $(obj) $(call TOOL_VCC80_PDB,$(outbase)-obj,idb)158 $(QUIET)$(DEP_IDB) -f -s -q -o $(dep) -t $(obj) $(call TOOL_VCC80_PDB,$(outbase)-obj,idb) 159 159 endef 160 160 … … 184 184 -Fo$(obj)\ 185 185 $(subst /,\\,$(abspath $(source))) 186 $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_Q)-o $(dep) -t $(obj) $(call TOOL_VCC80_PDB,$(outbase)-obj,idb)186 $(QUIET)$(DEP_IDB) -f -s -q -o $(dep) -t $(obj) $(call TOOL_VCC80_PDB,$(outbase)-obj,idb) 187 187 endef 188 188
Note:
See TracChangeset
for help on using the changeset viewer.