Changeset 1312 in kBuild
- Timestamp:
- Dec 2, 2007 5:08:10 AM (17 years ago)
- Location:
- trunk/kBuild/tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC80.kmk
r1295 r1312 307 307 ifdef KMK_USE_TEST 308 308 $(QUIET)$(TEST) -f $(out).manifest -- \ 309 $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"309 $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2' 310 310 else 311 311 $(QUIET)if test -f $(out).manifest; then \ … … 355 355 ifdef KMK_USE_TEST 356 356 $(QUIET)$(TEST) -f $(out).manifest -- \ 357 $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2";357 $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2' 358 358 else 359 359 $(QUIET)if test -f $(out).manifest; then \ -
trunk/kBuild/tools/VCC80AMD64.kmk
r1295 r1312 284 284 ifdef KMK_USE_TEST 285 285 $(QUIET)$(TEST) -f $(out).manifest -- \ 286 $(TOOL_VCC80AMD64_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"286 $(TOOL_VCC80AMD64_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2' 287 287 else 288 288 $(QUIET)if test -f $(out).manifest; then \ … … 332 332 ifdef KMK_USE_TEST 333 333 $(QUIET)$(TEST) -f $(out).manifest -- \ 334 $(TOOL_VCC80AMD64_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"334 $(TOOL_VCC80AMD64_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2' 335 335 else 336 336 $(QUIET)if test -f $(out).manifest; then \ -
trunk/kBuild/tools/VCC80X86.kmk
r1295 r1312 286 286 ifdef KMK_USE_TEST 287 287 $(QUIET)$(TEST) -f $(out).manifest -- \ 288 $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"288 $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2' 289 289 else 290 290 $(QUIET)if test -f $(out).manifest; then \ … … 334 334 ifdef KMK_USE_TEST 335 335 $(QUIET)$(TEST) -f $(out).manifest -- \ 336 $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"336 $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2' 337 337 else 338 338 $(QUIET)if test -f $(out).manifest; then \
Note:
See TracChangeset
for help on using the changeset viewer.