Ignore:
Timestamp:
Dec 2, 2007, 6:08:10 AM (18 years ago)
Author:
bird
Message:

double -> single quotes for MT so that kmk don't use the shell (;#2).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/VCC80AMD64.kmk

    r1295 r1312  
    284284ifdef KMK_USE_TEST
    285285        $(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'
    287287else
    288288        $(QUIET)if test -f $(out).manifest; then \
     
    332332ifdef KMK_USE_TEST
    333333        $(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'
    335335else
    336336        $(QUIET)if test -f $(out).manifest; then \
Note: See TracChangeset for help on using the changeset viewer.