diff options
| author | Rider Linden <none@none> | 2015-04-03 14:50:53 -0700 |
|---|---|---|
| committer | Rider Linden <none@none> | 2015-04-03 14:50:53 -0700 |
| commit | 0962dd23bdca11cae7d4cabda338814de5f756c8 (patch) | |
| tree | 36b1fd594774d42fc69c2bbfdcef5977725413c5 /autobuild.xml | |
| parent | a25f4b49676e5a371d185bfb222e47893dd78b75 (diff) | |
| parent | 2de894bdc785c8d68dc4197b68aa9305450999f7 (diff) | |
Merge
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> |
