/core/externals/google-toolbox-for-mac/XcodeConfig/Target/SharedLibraryGCSupported.xcconfig

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

  1. //
  2. // SharedLibraryGCSupported.xcconfig
  3. //
  4. // Xcode configuration file for a shared library target that support garbage
  5. // collection.
  6. //
  7. // This is a _Target_ config file, for use in the "Based on" popup of the
  8. // settings dialog for a target. Do not attempt to apply this as the base
  9. // of an Xcode configuration in the project settings dialog.
  10. //
  11. // Copyright 2006-2008 Google Inc.
  12. //
  13. // Licensed under the Apache License, Version 2.0 (the "License"); you may not
  14. // use this file except in compliance with the License. You may obtain a copy
  15. // of the License at
  16. //
  17. // http://www.apache.org/licenses/LICENSE-2.0
  18. //
  19. // Unless required by applicable law or agreed to in writing, software
  20. // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  21. // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  22. // License for the specific language governing permissions and limitations under
  23. // the License.
  24. //
  25. // Include the basic Shared Library config
  26. #include "SharedLibrary.xcconfig"
  27. // Include the GC flag(s)
  28. #include "../subconfig/GCSupported.xcconfig"