From 5eda71f98d4d4adf037891296ef87768c8fd280d Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Wed, 16 Nov 2016 15:47:21 -0500 Subject: DRTVWR-418: Remove obsolete quotes from autobuild.xml. With the new autobuild command infrastructure, the quotes that used to be necessary for correct command-line parsing are now actually undesirable: they are passed literally to the command in question, causing (e.g.) cmake to complain that although it knows of a generator called Xcode, there's no generator called 'Xcode'. --- autobuild.xml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/autobuild.xml b/autobuild.xml index 6861becb1c..f8f1558679 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3309,7 +3309,7 @@ options -G - 'Xcode' + Xcode default @@ -3334,7 +3334,7 @@ options -G - 'Xcode' + Xcode name @@ -3355,7 +3355,7 @@ -configurationRelease -projectSecondLife.xcodeproj -DENABLE_SIGNING:BOOL=YES - -DSIGNING_IDENTITY:STRING="Developer ID Application: Linden Research, Inc." + -DSIGNING_IDENTITY:STRING=Developer ID Application: Linden Research, Inc. configure @@ -3367,7 +3367,7 @@ options -G - 'Xcode' + Xcode name @@ -3384,7 +3384,7 @@ -configuration Release -project SecondLife.xcodeproj -DENABLE_SIGNING:BOOL=YES - -DSIGNING_IDENTITY:STRING="Developer ID Application: Linden Research, Inc." + -DSIGNING_IDENTITY:STRING=Developer ID Application: Linden Research, Inc. configure @@ -3392,7 +3392,7 @@ options -G - 'Xcode' + Xcode name @@ -3428,7 +3428,7 @@ options -G - 'Unix Makefiles' + Unix Makefiles default @@ -3452,7 +3452,7 @@ options -G - 'Unix Makefiles' + Unix Makefiles name @@ -3478,7 +3478,7 @@ options -G - 'Unix Makefiles' + Unix Makefiles name @@ -3500,7 +3500,7 @@ options -G - 'Unix Makefiles' + Unix Makefiles name @@ -3537,7 +3537,7 @@ options /build - "RelWithDebInfo|${AUTOBUILD_WIN_VSPLATFORM|NOTWIN}" + RelWithDebInfo|${AUTOBUILD_WIN_VSPLATFORM|NOTWIN} configure @@ -3575,7 +3575,7 @@ /p:useenv=true /verbosity:minimal /toolsversion:4.0 - /p:"VCBuildAdditionalOptions= /incremental" + /p:VCBuildAdditionalOptions= /incremental configure @@ -3609,7 +3609,7 @@ options /build - "Release|${AUTOBUILD_WIN_VSPLATFORM|NOTWIN}" + Release|${AUTOBUILD_WIN_VSPLATFORM|NOTWIN} configure @@ -3645,7 +3645,7 @@ /p:useenv=true /verbosity:minimal /toolsversion:4.0 - /p:"VCBuildAdditionalOptions= /incremental" + /p:VCBuildAdditionalOptions= /incremental configure -- cgit v1.2.3