diff --git a/autobuild.xml b/autobuild.xml
index a090833b51..abffc9fe28 100644
--- a/autobuild.xml
+++ b/autobuild.xml
@@ -1904,6 +1904,14 @@
arguments
..\indra
+ &&
+ ..\indra\tools\vstool\VSTool.exe
+ --solution
+ SecondLife.sln
+ --config
+ Debug
+ --startup
+ secondlife-bin
options
@@ -1935,6 +1943,14 @@
arguments
..\indra
+ &&
+ ..\indra\tools\vstool\VSTool.exe
+ --solution
+ SecondLife.sln
+ --config
+ RelWithDebInfo
+ --startup
+ secondlife-bin
options
@@ -1961,7 +1977,7 @@
/build
"/cfg=Release|Win32"
- "/CL_ADD=/m:1"
+ "/CL_ADD=/m:1"
configure
@@ -1969,6 +1985,14 @@
arguments
..\indra
+ &&
+ ..\indra\tools\vstool\VSTool.exe
+ --solution
+ SecondLife.sln
+ --config
+ Release
+ --startup
+ secondlife-bin
options