diff options
author | Oz Linden <oz@lindenlab.com> | 2011-02-06 09:56:09 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-02-06 09:56:09 -0500 |
commit | da287963220d5e53c6c6d7a0ee67f15e01efba33 (patch) | |
tree | 1045e6677786a81d478a76950ae1407f92a2d29b | |
parent | c70ea810d8cf1d88fc0f2380d79019a483cee6f9 (diff) |
OPEN-1 WORKAROUND revert change to cmake string for VS 8
-rw-r--r-- | autobuild.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autobuild.xml b/autobuild.xml index 2aa9b5c3d6..5d07c035e6 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2446,7 +2446,7 @@ <key>options</key> <array> <string>-G</string> - <string>"Visual Studio Express 8 2005"</string> + <string>"Visual Studio 8 2005"</string> <string>-DSTANDALONE:BOOL=FALSE</string> <string>-DINSTALL_PROPRIETARY=FALSE</string> <string>-DFMOD=FALSE</string> |