diff options
| author | Cinder Biscuits <cinder@alchemyviewer.org> | 2015-03-24 16:56:03 -0600 |
|---|---|---|
| committer | Cinder Biscuits <cinder@alchemyviewer.org> | 2015-03-24 16:56:03 -0600 |
| commit | f51236de18fbf1151de09a8d433f0950e4337adc (patch) | |
| tree | 6bdf2d915ea71c739feccf40f9cf7fa285e51f8c /autobuild.xml | |
| parent | 56a7c4af973ec3ba3e157a9f08632ddada1185f7 (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> |
