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

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

  1. //
  2. // LoadableBundle.xcconfig
  3. //
  4. // Xcode configuration file for a loadable bundle target. Usually a Cocoa
  5. // plugin or similar.
  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. // Bundles should not have their external symbols stripped.
  26. STRIP_STYLE = non-global
  27. // Bundles need to be position independent
  28. GCC_DYNAMIC_NO_PIC = NO