diff options
author | niel@nirvana.planescape.home <niel@nirvana.planescape.home> | 2011-04-09 16:44:02 +0100 |
---|---|---|
committer | niel@nirvana.planescape.home <niel@nirvana.planescape.home> | 2011-04-09 16:44:02 +0100 |
commit | 86a66cea7482428f8314a49d1b8ea2a1b2bad687 (patch) | |
tree | 30f3175bb98a341463628f0fa2d69e1c875029ab | |
parent | fa5852a71002eccf6d8083307faac1c51090399b (diff) |
OPEN-50 Adding missing options for VC Release build
-rw-r--r-- | autobuild.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autobuild.xml b/autobuild.xml index 3fc0ab5edf..76e551938a 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1676,6 +1676,9 @@ <string>-DCMAKE_BUILD_TYPE:STRING=Release</string> <string>-DWORD_SIZE:STRING=32</string> <string>-DROOT_PROJECT_NAME:STRING=SecondLife</string> + <string>-DINSTALL_PROPRIETARY=FALSE</string> + <string>-DUSE_PRECOMPILED_HEADERS=ON</string> + <string>-DLL_RELEASE_FOR_DOWNLOAD:BOOL=TRUE</string> </array> </map> <key>name</key> |