diff options
author | Oz Linden <oz@lindenlab.com> | 2011-05-17 19:26:18 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-05-17 19:26:18 -0400 |
commit | 9075e1104fd8238991f42b90e51b77d3497db02a (patch) | |
tree | caa4a8153ec4c340167f4fe8f438259748643485 /autobuild.xml | |
parent | fe22feea99ba837076852078a4acddcb3e2a6f15 (diff) |
fix merge error in open source configurations to disable proprietary components
Diffstat (limited to 'autobuild.xml')
-rw-r--r-- | autobuild.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autobuild.xml b/autobuild.xml index 94c2fe1b9d..d908344df9 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2393,7 +2393,7 @@ <string>-G</string> <string>"Visual Studio 10"</string> <string>-DUNATTENDED:BOOL=ON</string> - <string>-DINSTALL_PROPRIETARY=TRUE</string> + <string>-DINSTALL_PROPRIETARY=FALSE</string> <string>-DUSE_KDU=FALSE</string> <string>-DFMOD=FALSE</string> </array> @@ -2469,7 +2469,7 @@ <string>-G</string> <string>"Visual Studio 10"</string> <string>-DUNATTENDED:BOOL=ON</string> - <string>-DINSTALL_PROPRIETARY=TRUE</string> + <string>-DINSTALL_PROPRIETARY=FALSE</string> <string>-DUSE_KDU=FALSE</string> <string>-DFMOD=FALSE</string> </array> |