Changeset 2182 for trunk/kBuild/tools/VCC80AMD64.kmk
- Timestamp:
- Jan 3, 2009, 1:52:10 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC80AMD64.kmk
r2018 r2182 135 135 -Fo$(obj)\ 136 136 $(subst /,\\,$(abspath $(source))) 137 $(QUIET)$(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC80AMD64_PDB,$(outbase)-obj,idb)137 $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_Q) -o $(dep) -t $(obj) $(call TOOL_VCC80AMD64_PDB,$(outbase)-obj,idb) 138 138 endef 139 139 … … 163 163 -Fo$(obj)\ 164 164 $(subst /,\\,$(abspath $(source))) 165 $(QUIET)$(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC80AMD64_PDB,$(outbase)-obj,idb)165 $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_Q) -o $(dep) -t $(obj) $(call TOOL_VCC80AMD64_PDB,$(outbase)-obj,idb) 166 166 endef 167 167
Note:
See TracChangeset
for help on using the changeset viewer.