diff options
author | niel@nirvana.planescape.home <niel@nirvana.planescape.home> | 2011-04-11 21:04:02 +0100 |
---|---|---|
committer | niel@nirvana.planescape.home <niel@nirvana.planescape.home> | 2011-04-11 21:04:02 +0100 |
commit | d4ac1fec779437136d19421076ee7fdf3575207f (patch) | |
tree | c62fb8b6fdc2275b2b92553ebeeb1364a4106c0b /autobuild.xml | |
parent | 86a66cea7482428f8314a49d1b8ea2a1b2bad687 (diff) |
OPEN-50 Moved USE_PRECOMPILED_HEADERS=ON from common, to Windows only settings as it doesn't appear to be used by others.
Diffstat (limited to 'autobuild.xml')
-rw-r--r-- | autobuild.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/autobuild.xml b/autobuild.xml index 76e551938a..4acad499a9 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1609,7 +1609,6 @@ <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>-DFMOD=FALSE</string> </array> <key>arguments</key> @@ -1651,7 +1650,6 @@ <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>-DFMOD=FALSE</string> </array> <key>arguments</key> @@ -1696,7 +1694,6 @@ <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>-DFMOD=FALSE</string> </array> <key>arguments</key> @@ -2131,6 +2128,7 @@ <string>-G</string> <string>"Visual Studio 10"</string> <string>-DUNATTENDED:BOOL=ON</string> + <string>-DUSE_PRECOMPILED_HEADERS=ON</string> </array> </map> <key>name</key> @@ -2205,6 +2203,7 @@ <string>-G</string> <string>"Visual Studio 10"</string> <string>-DUNATTENDED:BOOL=ON</string> + <string>-DUSE_PRECOMPILED_HEADERS=ON</string> </array> </map> <key>name</key> @@ -2278,6 +2277,7 @@ <string>-G</string> <string>"Visual Studio 10"</string> <string>-DUNATTENDED:BOOL=ON</string> + <string>-DUSE_PRECOMPILED_HEADERS=ON</string> </array> </map> <key>name</key> |