Sha256: 0fb768924daba1048f8db28b3a1fbf915b6f788d49d9d37e85979aa4ee92e02d

Contents?: true

Size: 1.17 KB

Versions: 25

Compression:

Stored size: 1.17 KB

Contents

//
//  General.xcconfig
//
//  These are General configuration settings for the gtest framework and
//  examples.
//  This file is based on the Xcode Configuration files in:
//  http://code.google.com/p/google-toolbox-for-mac/
// 

// Build for PPC and Intel, 32- and 64-bit
ARCHS = i386 x86_64 ppc ppc64

// Zerolink prevents link warnings so turn it off
ZERO_LINK = NO

// Prebinding considered unhelpful in 10.3 and later
PREBINDING = NO

// Strictest warning policy
WARNING_CFLAGS = -Wall -Werror -Wendif-labels -Wnewline-eof -Wno-sign-compare -Wshadow

// Work around Xcode bugs by using external strip. See:
// http://lists.apple.com/archives/Xcode-users/2006/Feb/msg00050.html
SEPARATE_STRIP = YES

// Force C99 dialect
GCC_C_LANGUAGE_STANDARD = c99

// not sure why apple defaults this on, but it's pretty risky
ALWAYS_SEARCH_USER_PATHS = NO

// Turn on position dependent code for most cases (overridden where appropriate)
GCC_DYNAMIC_NO_PIC = YES

// Default SDK and minimum OS version is 10.4
SDKROOT = $(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk
MACOSX_DEPLOYMENT_TARGET = 10.4
GCC_VERSION = 4.0

// VERSIONING BUILD SETTINGS (used in Info.plist)
GTEST_VERSIONINFO_ABOUT =  © 2008 Google Inc.

Version data entries

25 entries across 25 versions & 3 rubygems

Version Path
rj_schema-1.0.5 ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/General.xcconfig
rj_schema-1.0.4 ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/General.xcconfig
rj_schema-1.0.3 ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/General.xcconfig
rj_schema-1.0.2 ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/General.xcconfig
rj_schema-1.0.1 ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/General.xcconfig
rj_schema-1.0.0 ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/General.xcconfig
simdjson-0.3.0 vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Config/General.xcconfig
rj_schema-0.2.6 ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/General.xcconfig
rj_schema-0.2.5 ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/General.xcconfig
rj_schema-0.2.3 ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/General.xcconfig
rj_schema-0.2.2 ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/General.xcconfig
rj_schema-0.2.1 ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/General.xcconfig
script_core-0.0.6 tests/googletest/googletest/xcode/Config/General.xcconfig
script_core-0.0.5 tests/googletest/googletest/xcode/Config/General.xcconfig
rj_schema-0.2.0 ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/General.xcconfig
rj_schema-0.1.4 ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/General.xcconfig
script_core-0.0.4 tests/googletest/googletest/xcode/Config/General.xcconfig
script_core-0.0.3 tests/googletest/googletest/xcode/Config/General.xcconfig
script_core-0.0.2 tests/googletest/googletest/xcode/Config/General.xcconfig
script_core-0.0.1 tests/googletest/googletest/xcode/Config/General.xcconfig