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
commit0c6de5c6cca4fae213b050e2ac9b15c5d16d8db6 (patch)
tree0995645775ef0fb5342bae53f7b5d1de410fbeec
parent82d9e1b73e37fc48409324f7e4cd32ee6d789637 (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>