summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-02-06 10:09:58 -0500
committerOz Linden <oz@lindenlab.com>2011-02-06 10:09:58 -0500
commitec98d9c98ea7de95b783f6a32a4d6c6953556cd3 (patch)
tree97eaab37a279386b6af792dc7773089b8811166c
parentda287963220d5e53c6c6d7a0ee67f15e01efba33 (diff)
OPEN-1 WORKAROUND correct build arguments for VS Express
-rw-r--r--autobuild.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/autobuild.xml b/autobuild.xml
index 5d07c035e6..e1733ac9ae 100644
--- a/autobuild.xml
+++ b/autobuild.xml
@@ -2432,13 +2432,13 @@
<map>
<key>arguments</key>
<array>
- <string>SecondLife.sln</string>
+ <string>"RelWithDebInfo|Win32"</string>
</array>
<key>command</key>
<string>vcbuild.exe</string>
<key>options</key>
<array>
- <string>RelWithDebInfo</string>
+ <string>"RelWithDebInfo|Win32"</string>
</array>
</map>
<key>configure</key>