1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/media/webrtc/trunk/testing/gtest/xcode/Config/StaticLibraryTarget.xcconfig Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +// 1.5 +// StaticLibraryTarget.xcconfig 1.6 +// 1.7 +// These are static library target settings for libgtest.a. It 1.8 +// is set in the "Based On:" dropdown in the "Target" info dialog. 1.9 +// This file is based on the Xcode Configuration files in: 1.10 +// http://code.google.com/p/google-toolbox-for-mac/ 1.11 +// 1.12 + 1.13 +// Static libs can be included in bundles so make them position independent 1.14 +GCC_DYNAMIC_NO_PIC = NO 1.15 + 1.16 +// Static libs should not have their internal globals or external symbols 1.17 +// stripped. 1.18 +STRIP_STYLE = debugging 1.19 + 1.20 +// Let the user install by specifying the $DSTROOT with xcodebuild 1.21 +SKIP_INSTALL = NO