Changeset 2182 for trunk/kBuild/tools/VCC70.kmk
- Timestamp:
- Jan 3, 2009, 1:52:10 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC70.kmk
r2018 r2182 25 25 # 26 26 # As a special exception you are granted permission to include this file, via 27 # the kmk include directive, as you wish without this in itself causing the 28 # resulting makefile, program or whatever to be covered by the GPL license. 27 # the kmk include directive, as you wish without this in itself causing the 28 # resulting makefile, program or whatever to be covered by the GPL license. 29 29 # This exception does not however invalidate any other reasons why the makefile, 30 30 # program, whatever should not be covered the GPL. … … 136 136 # -Fo$(obj)\ 137 137 # $(subst /,\\,$(outbase).i) 138 # $(QUIET)$(DEP_IDB) -f -s - o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)138 # $(QUIET)$(DEP_IDB) -f -s -q -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb) 139 139 #endef 140 140 #else # !KBUILD_USE_KOBJCACHE … … 148 148 -Fo$(obj)\ 149 149 $(subst /,\\,$(abspath $(source))) 150 $(QUIET)$(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)150 $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_Q) -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb) 151 151 endef 152 152 #endif # !KBUILD_USE_KOBJCACHE … … 184 184 # -Fo$(obj)\ 185 185 # $(subst /,\\,$(outbase).ii) 186 # $(QUIET)$(DEP_IDB) -f -s - o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)186 # $(QUIET)$(DEP_IDB) -f -s -q -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb) 187 187 #endef 188 188 #else # !KBUILD_USE_KOBJCACHE … … 196 196 -Fo$(obj)\ 197 197 $(subst /,\\,$(abspath $(source))) 198 $(QUIET)$(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)198 $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_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.