Skip to content
Snippets Groups Projects
Commit 19e6455d authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

Remove viewer build dependency on Incredibuild.

Specifically, change the 'BuildConsole' command to 'devenv', and fix
command-line arguments appropriately.
parent 794ae5cd
No related branches found
No related tags found
No related merge requests found
...@@ -2727,11 +2727,11 @@ ...@@ -2727,11 +2727,11 @@
<string>SecondLife.sln</string> <string>SecondLife.sln</string>
</array> </array>
<key>command</key> <key>command</key>
<string>BuildConsole</string> <string>devenv</string>
<key>options</key> <key>options</key>
<array> <array>
<string>/build</string> <string>/build</string>
<string>"/cfg=RelWithDebInfo|Win32"</string> <string>"RelWithDebInfo|Win32"</string>
</array> </array>
</map> </map>
<key>configure</key> <key>configure</key>
...@@ -2815,11 +2815,11 @@ ...@@ -2815,11 +2815,11 @@
<string>SecondLife.sln</string> <string>SecondLife.sln</string>
</array> </array>
<key>command</key> <key>command</key>
<string>BuildConsole</string> <string>devenv</string>
<key>options</key> <key>options</key>
<array> <array>
<string>/build</string> <string>/build</string>
<string>"/cfg=Release|Win32"</string> <string>"Release|Win32"</string>
</array> </array>
</map> </map>
<key>configure</key> <key>configure</key>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment