From f611c05355cf0c16829bd83ada57e64d324ed450 Mon Sep 17 00:00:00 2001 From: Nicky Date: Fri, 22 Apr 2016 12:57:11 +0200 Subject: Add windows64 config. (transplanted from 96ec064688376d0f4bfbabcfe8d478227403b630) --- autobuild.xml | 188 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 188 insertions(+) diff --git a/autobuild.xml b/autobuild.xml index 34ea70cb11..9c2e1dffd1 100755 --- a/autobuild.xml +++ b/autobuild.xml @@ -3702,6 +3702,194 @@ name windows + windows64 + + build_directory + build-vc120_x64 + configurations + + RelWithDebInfo + + build + + arguments + + SecondLife.sln + + command + devenv + options + + /build + "RelWithDebInfo|x64" + + + configure + + arguments + + ..\indra + && + ..\indra\tools\vstool\VSTool.exe + --solution + SecondLife.sln + --config + RelWithDebInfo + --startup + secondlife-bin + + options + + -G + "Visual Studio 12 Win64" + -DLL_64BIT_BUILD=TRUE + + + default + True + name + RelWithDebInfo + + RelWithDebInfoOS + + build + + arguments + + SecondLife.sln + + command + msbuild.exe + options + + /p:Configuration=RelWithDebInfo + /p:Platform=x64 + /t:Build + /p:useenv=true + /verbosity:minimal + /toolsversion:4.0 + /p:"VCBuildAdditionalOptions= /incremental" + + + configure + + arguments + + ..\indra + && + ..\indra\tools\vstool\VSTool.exe + --solution + SecondLife.sln + --config + RelWithDebInfo + --startup + secondlife-bin + + options + + -G + "Visual Studio 12 Win64" + -DUNATTENDED:BOOL=ON + -DINSTALL_PROPRIETARY=FALSE + -DUSE_KDU=FALSE + -DLL_64BIT_BUILD=TRUE + + + name + RelWithDebInfoOS + + Release + + build + + arguments + + SecondLife.sln + + command + devenv + options + + /build + "Release|x64" + + + configure + + arguments + + ..\indra + && + ..\indra\tools\vstool\VSTool.exe + --solution + SecondLife.sln + --config + Release + --startup + secondlife-bin + + options + + -G + "Visual Studio 12 Win64" + -DLL_64BIT_BUILD=TRUE + + + name + Release + + ReleaseOS + + build + + arguments + + SecondLife.sln + + command + msbuild.exe + options + + /p:Configuration=Release + /p:Platform=x64 + /t:Build + /p:useenv=true + /verbosity:minimal + /toolsversion:4.0 + /p:"VCBuildAdditionalOptions= /incremental" + + + configure + + arguments + + ..\indra + && + ..\indra\tools\vstool\VSTool.exe + --solution + SecondLife.sln + --config + Release + --startup + secondlife-bin + + options + + -G + "Visual Studio 12 Win64" + -DUNATTENDED:BOOL=ON + -DINSTALL_PROPRIETARY=FALSE + -DUSE_KDU=FALSE + -DLL_64BIT_BUILD=TRUE + + + name + ReleaseOS + + + name + windows + version_file newview/viewer_version.txt -- cgit v1.2.3