diff options
author | Bjoseph Wombat <bjoseph@vivox.com> | 2015-03-30 15:22:58 -0400 |
---|---|---|
committer | Bjoseph Wombat <bjoseph@vivox.com> | 2015-03-30 15:22:58 -0400 |
commit | 7cc3e9b3cf8d70fce2ba0d4a398824e599fc8c5d (patch) | |
tree | 4eb492fc95d7cbe5c50f5465f757352e2d91f94e /autobuild.xml | |
parent | 54f5bf853570a5b1131dfd6826fb015aff856cd5 (diff) | |
parent | ab30a44d9de332466841bfb40aa494ff0db1089a (diff) |
merged changes from viewwer-tools-update
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> |