From e59dbf1b23a13c6a7f1f0d9661d3dcb78ea040f2 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Tue, 3 Mar 2015 10:12:53 -0500 Subject: Align ReleaseOS / RelWithDebInfoOS more closely with Release, etc. Specifically, engage devenv rather than msbuild for ReleaseOS and RelWithDebInfoOS. Eliminate minor redundancy in configure argument for Release and RelWithDebInfo, which eliminates an egregious difference from ReleaseOS and RelWithDebInfoOS. --- autobuild.xml | 52 ++++++++++++++-------------------------------------- 1 file changed, 14 insertions(+), 38 deletions(-) diff --git a/autobuild.xml b/autobuild.xml index 52d750f64d..ea7d166bc9 100755 --- a/autobuild.xml +++ b/autobuild.xml @@ -2388,11 +2388,12 @@ RelWithDebInfo - build - - configure + arguments + + ../indra + command cmake options @@ -2429,11 +2430,12 @@ Release - build - - configure + arguments + + ../indra + command cmake options @@ -2496,10 +2498,6 @@ configure - arguments - - ../indra - options -G @@ -2554,10 +2552,6 @@ configure - arguments - - ../indra - options -G @@ -2615,10 +2609,6 @@ configure - arguments - - ../indra - options -G @@ -2665,10 +2655,6 @@ configure - arguments - - ../indra - options -G @@ -2768,16 +2754,11 @@ SecondLife.sln command - msbuild.exe + devenv options - /p:Configuration=RelWithDebInfo - /p:Platform=Win32 - /t:Build - /p:useenv=true - /verbosity:minimal - /toolsversion:4.0 - /p:"VCBuildAdditionalOptions= /incremental" + /build + "RelWithDebInfo|Win32" configure @@ -2854,16 +2835,11 @@ SecondLife.sln command - msbuild.exe + devenv options - /p:Configuration=Release - /p:Platform=Win32 - /t:Build - /p:useenv=true - /verbosity:minimal - /toolsversion:4.0 - /p:"VCBuildAdditionalOptions= /incremental" + /build + "Release|Win32" configure -- cgit v1.2.3