diff options
| author | Oz Linden <oz@lindenlab.com> | 2011-02-06 10:37:42 -0500 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2011-02-06 10:37:42 -0500 |
| commit | eb68b5fa0a669192375aab919931b54fa7e80801 (patch) | |
| tree | 512ff5abd0726d8a236ee2a3fc4ac2d7324b807c | |
| parent | 0c6de5c6cca4fae213b050e2ac9b15c5d16d8db6 (diff) | |
OPEN-1 WORKAROUND correct build arguments again for VS Express
| -rw-r--r-- | autobuild.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autobuild.xml b/autobuild.xml index e1733ac9ae..cceb197f0e 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2438,7 +2438,7 @@ <string>vcbuild.exe</string> <key>options</key> <array> - <string>"RelWithDebInfo|Win32"</string> + <string>SecondLife.sln</string> </array> </map> <key>configure</key> |
