From 9075e1104fd8238991f42b90e51b77d3497db02a Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Tue, 17 May 2011 19:26:18 -0400 Subject: fix merge error in open source configurations to disable proprietary components --- autobuild.xml | 4 ++-- 1 file 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 @@ -G "Visual Studio 10" -DUNATTENDED:BOOL=ON - -DINSTALL_PROPRIETARY=TRUE + -DINSTALL_PROPRIETARY=FALSE -DUSE_KDU=FALSE -DFMOD=FALSE @@ -2469,7 +2469,7 @@ -G "Visual Studio 10" -DUNATTENDED:BOOL=ON - -DINSTALL_PROPRIETARY=TRUE + -DINSTALL_PROPRIETARY=FALSE -DUSE_KDU=FALSE -DFMOD=FALSE -- cgit v1.2.3