diff options
author | Oz Linden <oz@lindenlab.com> | 2011-05-18 09:52:20 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-05-18 09:52:20 -0400 |
commit | a461aedf2e3495ccbce4c74f7e7f9d8aed90adc0 (patch) | |
tree | 33d84ed285a100d2288a4eceb6045ffb361b3e35 /autobuild.xml | |
parent | a44a414238bc230a391d764904c71f9195a377e5 (diff) | |
parent | 644cbc44871992a95bcd5a6854dfc2a4d56a7b62 (diff) |
merge latest updates from viewer-development
Diffstat (limited to 'autobuild.xml')
-rw-r--r-- | autobuild.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/autobuild.xml b/autobuild.xml index 0e4db1bdca..d908344df9 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2317,7 +2317,6 @@ <string>-G</string> <string>"Visual Studio 10"</string> <string>-DUNATTENDED:BOOL=ON</string> - <string>-DINSTALL_PROPRIETARY=TRUE</string> <string>-DUSE_KDU=FALSE</string> <string>-DFMOD=FALSE</string> </array> @@ -2394,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> @@ -2470,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> |