summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-02-06 08:50:06 -0500
committerOz Linden <oz@lindenlab.com>2011-02-06 08:50:06 -0500
commitc70ea810d8cf1d88fc0f2380d79019a483cee6f9 (patch)
treea47aef0b2b73e522a83ccc0e514b57e4d83837bf
parent111e915a91ff5431d215312c8659518f5f149555 (diff)
OPEN-1 WORKAROUND - create a VCexpressRelWithDebInfo for compiling with VS Express
-rw-r--r--autobuild.xml54
1 files changed, 54 insertions, 0 deletions
diff --git a/autobuild.xml b/autobuild.xml
index 7ca481f275..2aa9b5c3d6 100644
--- a/autobuild.xml
+++ b/autobuild.xml
@@ -1658,6 +1658,29 @@
<key>name</key>
<string>OpenSourceRelWithDebInfo</string>
</map>
+ <!-- OPEN-1 WORKAROUND begin - to be removed when VC express is detected correctly -->
+ <key>VCexpressRelWithDebInfo</key>
+ <map>
+ <key>configure</key>
+ <map>
+ <key>arguments</key>
+ <array>
+ <string>../indra</string>
+ </array>
+ <key>command</key>
+ <string>cmake</string>
+ <key>options</key>
+ <array>
+ <string>-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo</string>
+ <string>-DUNATTENDED:BOOL=OFF</string>
+ <string>-DWORD_SIZE:STRING=32</string>
+ <string>-DROOT_PROJECT_NAME:STRING=SecondLife</string>
+ </array>
+ </map>
+ <key>name</key>
+ <string>VCexpressRelWithDebInfo</string>
+ </map>
+ <!-- OPEN-1 WORKAROUND end -->
<key>OpenSourceRelease</key>
<map>
<key>configure</key>
@@ -2402,6 +2425,37 @@
<key>name</key>
<string>OpenSourceRelWithDebInfo</string>
</map>
+ <!-- OPEN-1 WORKAROUND begin - to be removed when VC express is detected correctly -->
+ <key>VCexpressRelWithDebInfo</key>
+ <map>
+ <key>build</key>
+ <map>
+ <key>arguments</key>
+ <array>
+ <string>SecondLife.sln</string>
+ </array>
+ <key>command</key>
+ <string>vcbuild.exe</string>
+ <key>options</key>
+ <array>
+ <string>RelWithDebInfo</string>
+ </array>
+ </map>
+ <key>configure</key>
+ <map>
+ <key>options</key>
+ <array>
+ <string>-G</string>
+ <string>"Visual Studio Express 8 2005"</string>
+ <string>-DSTANDALONE:BOOL=FALSE</string>
+ <string>-DINSTALL_PROPRIETARY=FALSE</string>
+ <string>-DFMOD=FALSE</string>
+ </array>
+ </map>
+ <key>name</key>
+ <string>VCexpressRelWithDebInfo</string>
+ </map>
+ <!-- OPEN-1 WORKAROUND end -->
<key>OpenSourceRelease</key>
<map>
<key>build</key>