diff options
author | Oz Linden <oz@lindenlab.com> | 2011-02-06 08:50:06 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-02-06 08:50:06 -0500 |
commit | 7e19ef5b4fa3c6e3d453794ada52cfe8abc9bc33 (patch) | |
tree | b83e6e13e865a1d77d01860271fd60cdf2d51c32 | |
parent | 26bcba4c9b77fa63912343d9d4ed64677e59dfd4 (diff) |
OPEN-1 WORKAROUND - create a VCexpressRelWithDebInfo for compiling with VS Express
-rw-r--r-- | autobuild.xml | 54 |
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> |