From 76abab0618861a6c97c60e6184af5506891f2e9d Mon Sep 17 00:00:00 2001 From: Tank_Master Date: Mon, 11 Jun 2012 13:19:15 -0700 Subject: When using OS autobuild config switches, set build configuration in VS to specified type (release, relwithdebinfo, or debug) Also, set startup project to SecondLife-bin --- autobuild.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 0e4b81324a..fb34117c0c 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2303,6 +2303,18 @@ configure + arguments + + ..\indra + && + ..\indra\tools\vstool\VSTool.exe + --solution + SecondLife.sln + --config + Debug + --startup + secondlife-bin + options -G @@ -2379,6 +2391,18 @@ configure + arguments + + ..\indra + && + ..\indra\tools\vstool\VSTool.exe + --solution + SecondLife.sln + --config + RelWithDebInfo + --startup + secondlife-bin + options -G @@ -2455,6 +2479,18 @@ configure + arguments + + ..\indra + && + ..\indra\tools\vstool\VSTool.exe + --solution + SecondLife.sln + --config + Release + --startup + secondlife-bin + options -G -- cgit v1.2.3