PageRenderTime 21ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

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

http://macfuse.googlecode.com/
Xcode Config | 30 lines | 2 code | 2 blank | 26 comment | 0 complexity | 944ac1d400da4562a2a628b395e5c134 MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, GPL-2.0
  1. //
  2. // StaticLibrary.xcconfig
  3. //
  4. // Xcode configuration file for a static 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. // Static libs can be included in bundles so make them position independent
  25. GCC_DYNAMIC_NO_PIC = NO
  26. // Static libs should not have their internal globals or external symbols
  27. // stripped.
  28. STRIP_STYLE = debugging