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

http://macfuse.googlecode.com/ · Xcode Config · 29 lines · 2 code · 2 blank · 25 comment · 0 complexity · 05384a9381b3a2f94e538e1507003b74 MD5 · raw file

  1. //
  2. // SharedLibrary.xcconfig
  3. //
  4. // Xcode configuration file for a shared library target.
  5. //
  6. // This is a _Target_ config file, for use in the "Based on" popup of the
  7. // settings dialog for a target. Do not attempt to apply this as the base
  8. // of an Xcode configuration in the project settings dialog.
  9. //
  10. // Copyright 2006-2008 Google Inc.
  11. //
  12. // Licensed under the Apache License, Version 2.0 (the "License"); you may not
  13. // use this file except in compliance with the License. You may obtain a copy
  14. // of the License at
  15. //
  16. // http://www.apache.org/licenses/LICENSE-2.0
  17. //
  18. // Unless required by applicable law or agreed to in writing, software
  19. // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  20. // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  21. // License for the specific language governing permissions and limitations under
  22. // the License.
  23. //
  24. // Dynamic libs need to be position independent
  25. GCC_DYNAMIC_NO_PIC = NO
  26. // Dynamic libs should not have their external symbols stripped.
  27. STRIP_STYLE = non-global