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/VCC80X86.kmk

    r1295 r1312  
    286286ifdef KMK_USE_TEST
    287287        $(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'
    289289else
    290290        $(QUIET)if test -f $(out).manifest; then \
     
    334334ifdef KMK_USE_TEST
    335335        $(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'
    337337else
    338338        $(QUIET)if test -f $(out).manifest; then \
Note: See TracChangeset for help on using the changeset viewer.