diff options
author | Cinder Biscuits <cinder@alchemyviewer.org> | 2015-03-24 17:09:09 -0600 |
---|---|---|
committer | Cinder Biscuits <cinder@alchemyviewer.org> | 2015-03-24 17:09:09 -0600 |
commit | 0ba5502506d84fb2a41ce62cb8025ec93b652d38 (patch) | |
tree | 05e936c6d3f6fb02de277b23746f48035fc4e69d /autobuild.xml | |
parent | 8905496ef46b5d0a1e3fa78f0af26f79a5fb8e45 (diff) | |
parent | 19e6455d830fe753a29e216fbd06db3c04d39a0d (diff) |
Merged lindenlab/viewer-tools-update into default
Diffstat (limited to 'autobuild.xml')
-rwxr-xr-x | autobuild.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/autobuild.xml b/autobuild.xml index e74825f945..52d750f64d 100755 --- a/autobuild.xml +++ b/autobuild.xml @@ -2727,11 +2727,11 @@ <string>SecondLife.sln</string> </array> <key>command</key> - <string>BuildConsole</string> + <string>devenv</string> <key>options</key> <array> <string>/build</string> - <string>"/cfg=RelWithDebInfo|Win32"</string> + <string>"RelWithDebInfo|Win32"</string> </array> </map> <key>configure</key> @@ -2815,11 +2815,11 @@ <string>SecondLife.sln</string> </array> <key>command</key> - <string>BuildConsole</string> + <string>devenv</string> <key>options</key> <array> <string>/build</string> - <string>"/cfg=Release|Win32"</string> + <string>"Release|Win32"</string> </array> </map> <key>configure</key> |