diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-07-31 12:58:07 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-07-31 12:58:07 +0000 |
commit | 2a30bbcab277c07996aec7c9d22a78ffb7947a30 (patch) | |
tree | fc83c1829b7e29b3f21fbc2fc42581c88575f7ca /odk | |
parent | 02a1e8aed53a44db066272278bba8bf5c5e59182 (diff) |
INTEGRATION: CWS jsc18 (1.22.36); FILE MERGED
2007/07/19 07:04:06 jsc 1.22.36.1: #i74573# use quotes for mt command options
Diffstat (limited to 'odk')
-rw-r--r-- | odk/settings/settings.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/settings/settings.mk b/odk/settings/settings.mk index c0c0745014d0..554153ebf879 100644 --- a/odk/settings/settings.mk +++ b/odk/settings/settings.mk @@ -80,7 +80,7 @@ PATH_SEPARATOR=; CC_FLAGS=-c -MT -Zm500 -wd4251 -wd4275 -wd4290 -wd4675 -wd4786 -wd4800 -Zc:forScope -GR ifeq "$(CPP_VC8)" "true" CC_FLAGS+=-EHa -Zc:wchar_t- -LINK_MANIFEST_VC8_ONLY=mt -manifest $@.manifest -outputresource:$@;2 +LINK_MANIFEST_VC8_ONLY=mt -manifest $@.manifest "-outputresource:$@;2" else CC_FLAGS+=-GX LINK_MANIFEST_VC8_ONLY= |