Changeset 1312 for trunk/kBuild/tools/VCC80AMD64.kmk
- Timestamp:
- Dec 2, 2007, 6:08:10 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 \
Note:
See TracChangeset
for help on using the changeset viewer.