/core/externals/google-toolbox-for-mac/XcodeConfig/subconfig/SnowLeopardOrLater.xcconfig

http://macfuse.googlecode.com/ · Xcode Config · 30 lines · 4 code · 2 blank · 24 comment · 0 complexity · d56e19f99babc38b354778eb1018e054 MD5 · raw file

  1. //
  2. // SnowLeopardOrLater.xcconfig
  3. //
  4. // Xcode configuration file for projects targeting 10.6 SnowLeopard or later.
  5. // These settings produce a Universal binary compatible with 10.6 for
  6. // PPC and Intel.
  7. //
  8. // Copyright 2008 Google Inc.
  9. //
  10. // Licensed under the Apache License, Version 2.0 (the "License"); you may not
  11. // use this file except in compliance with the License. You may obtain a copy
  12. // of the License at
  13. //
  14. // http://www.apache.org/licenses/LICENSE-2.0
  15. //
  16. // Unless required by applicable law or agreed to in writing, software
  17. // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  18. // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  19. // License for the specific language governing permissions and limitations under
  20. // the License.
  21. //
  22. // Default SDK and minimum OS version is 10.6
  23. SDKROOT = ${DEVELOPER_SDK_DIR}/MacOSX10.6.sdk
  24. MACOSX_DEPLOYMENT_TARGET = 10.6
  25. GCC_VERSION = 4.2
  26. // Works around issues with the missing format attribute with gcc 4.2
  27. // on Snow Leopard.
  28. GTM_PLATFORM_WARNING_CFLAGS=-Wno-missing-format-attribute