From 4ca084f7a06acc4ef861c1f4df2f857f8836b85e Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Mon, 5 Dec 2016 10:49:47 -0500 Subject: DRTVWR-418: Another round (hopefully the last) of fixing $variables. --- autobuild.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 7795b09bca..c33f24477e 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3288,7 +3288,7 @@ options -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo - -DADDRESS_SIZE:STRING=64 + -DADDRESS_SIZE:STRING=$AUTOBUILD_ADDRSIZE -DROOT_PROJECT_NAME:STRING=SecondLife -DINSTALL_PROPRIETARY=TRUE @@ -3309,7 +3309,7 @@ options -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo - -DADDRESS_SIZE:STRING=64 + -DADDRESS_SIZE:STRING=$AUTOBUILD_ADDRSIZE -DROOT_PROJECT_NAME:STRING=SecondLife -DINSTALL_PROPRIETARY=FALSE @@ -3329,7 +3329,7 @@ options -DCMAKE_BUILD_TYPE:STRING=Release - -DADDRESS_SIZE:STRING=64 + -DADDRESS_SIZE:STRING=$AUTOBUILD_ADDRSIZE -DROOT_PROJECT_NAME:STRING=SecondLife -DINSTALL_PROPRIETARY=TRUE @@ -3350,7 +3350,7 @@ options -DCMAKE_BUILD_TYPE:STRING=Release - -DADDRESS_SIZE:STRING=64 + -DADDRESS_SIZE:STRING=$AUTOBUILD_ADDRSIZE -DROOT_PROJECT_NAME:STRING=SecondLife -DINSTALL_PROPRIETARY=FALSE @@ -3615,7 +3615,7 @@ windows build_directory - build-vc120-64 + build-vc120-$AUTOBUILD_ADDRSIZE configurations RelWithDebInfo @@ -3631,7 +3631,7 @@ options /build - RelWithDebInfo|x64 + RelWithDebInfo|${AUTOBUILD_WIN_VSPLATFORM|NOTWIN} configure @@ -3643,7 +3643,7 @@ options -G - Visual Studio 12 Win64 + ${AUTOBUILD_WIN_CMAKE_GEN|NOTWIN} default @@ -3664,7 +3664,7 @@ options /p:Configuration=RelWithDebInfo - /p:Platform=x64 + /p:Platform=${AUTOBUILD_WIN_VSPLATFORM|NOTWIN} /t:Build /p:useenv=true /verbosity:minimal @@ -3681,7 +3681,7 @@ options -G - Visual Studio 12 Win64 + ${AUTOBUILD_WIN_CMAKE_GEN|NOTWIN} -DUNATTENDED:BOOL=ON -DINSTALL_PROPRIETARY=FALSE -DUSE_KDU=FALSE @@ -3703,7 +3703,7 @@ options /build - Release|x64 + Release|${AUTOBUILD_WIN_VSPLATFORM|NOTWIN} configure @@ -3715,7 +3715,7 @@ options -G - Visual Studio 12 Win64 + ${AUTOBUILD_WIN_CMAKE_GEN|NOTWIN} name @@ -3734,7 +3734,7 @@ options /p:Configuration=Release - /p:Platform=x64 + /p:Platform=${AUTOBUILD_WIN_VSPLATFORM|NOTWIN} /t:Build /p:useenv=true /verbosity:minimal @@ -3751,7 +3751,7 @@ options -G - Visual Studio 12 Win64 + ${AUTOBUILD_WIN_CMAKE_GEN|NOTWIN} -DUNATTENDED:BOOL=ON -DINSTALL_PROPRIETARY=FALSE -DUSE_KDU=FALSE -- cgit v1.2.3