diff options
author | niel@nirvana.planescape.home <niel@nirvana.planescape.home> | 2011-04-11 21:27:24 +0100 |
---|---|---|
committer | niel@nirvana.planescape.home <niel@nirvana.planescape.home> | 2011-04-11 21:27:24 +0100 |
commit | 8fbe2bc2d6eebb6d225e59e25fae36137bca0418 (patch) | |
tree | 204615159774d6169cbab4bdc39f3278f67f3fa1 /autobuild.xml | |
parent | a32080afac1316154282e4ad2361af6bdce5e2a5 (diff) |
OPEN-50 Adding settings to Windows for controlling proprietary libs. This allows quictime to be used. Additionally, once a solution for FMOD is found this can also be enabled.
Diffstat (limited to 'autobuild.xml')
-rw-r--r-- | autobuild.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/autobuild.xml b/autobuild.xml index 1352e92ecc..c5ec4b98ea 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2126,6 +2126,9 @@ <string>"Visual Studio 10"</string> <string>-DUNATTENDED:BOOL=ON</string> <string>-DUSE_PRECOMPILED_HEADERS=ON</string> + <string>-DINSTALL_PROPRIETARY=TRUE</string> + <string>-DUSE_KDU=FALSE</string> + <string>-DFMOD=FALSE</string> </array> </map> <key>name</key> @@ -2201,6 +2204,9 @@ <string>"Visual Studio 10"</string> <string>-DUNATTENDED:BOOL=ON</string> <string>-DUSE_PRECOMPILED_HEADERS=ON</string> + <string>-DINSTALL_PROPRIETARY=TRUE</string> + <string>-DUSE_KDU=FALSE</string> + <string>-DFMOD=FALSE</string> </array> </map> <key>name</key> @@ -2275,6 +2281,9 @@ <string>"Visual Studio 10"</string> <string>-DUNATTENDED:BOOL=ON</string> <string>-DUSE_PRECOMPILED_HEADERS=ON</string> + <string>-DINSTALL_PROPRIETARY=TRUE</string> + <string>-DUSE_KDU=FALSE</string> + <string>-DFMOD=FALSE</string> </array> </map> <key>name</key> |