michael@0: // michael@0: // StaticLibraryTarget.xcconfig michael@0: // michael@0: // These are static library target settings for libgtest.a. It michael@0: // is set in the "Based On:" dropdown in the "Target" info dialog. michael@0: // This file is based on the Xcode Configuration files in: michael@0: // http://code.google.com/p/google-toolbox-for-mac/ michael@0: // michael@0: michael@0: // Static libs can be included in bundles so make them position independent michael@0: GCC_DYNAMIC_NO_PIC = NO michael@0: michael@0: // Static libs should not have their internal globals or external symbols michael@0: // stripped. michael@0: STRIP_STYLE = debugging michael@0: michael@0: // Let the user install by specifying the $DSTROOT with xcodebuild michael@0: SKIP_INSTALL = NO