diff options
author | callum <none@none> | 2011-05-04 10:36:27 -0700 |
---|---|---|
committer | callum <none@none> | 2011-05-04 10:36:27 -0700 |
commit | 3f9253e783826bbe27a995786be8305f8ecb2d6d (patch) | |
tree | 29408e5e249a8b4813095154fbba9bdeaa7f047d /autobuild.xml | |
parent | a14172dd40fa11196950f391e4fc945e432122bf (diff) | |
parent | b9bb792c478d703c6442351ecb563c0a67f77111 (diff) |
Merge with http://bitbucket.org/lindenlab/viewer-development (r15992)
Diffstat (limited to 'autobuild.xml')
-rw-r--r-- | autobuild.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autobuild.xml b/autobuild.xml index 2ac869b20a..7686b48cf5 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1674,6 +1674,7 @@ <string>-DCMAKE_BUILD_TYPE:STRING=Release</string> <string>-DWORD_SIZE:STRING=32</string> <string>-DROOT_PROJECT_NAME:STRING=SecondLife</string> + <string>-DINSTALL_PROPRIETARY=TRUE</string> </array> </map> <key>name</key> @@ -1691,7 +1692,6 @@ <string>-DWORD_SIZE:STRING=32</string> <string>-DROOT_PROJECT_NAME:STRING=SecondLife</string> <string>-DINSTALL_PROPRIETARY=FALSE</string> - <string>-DLL_RELEASE_FOR_DOWNLOAD:BOOL=YES</string> </array> <key>arguments</key> <array> |