Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Base.xcconfig « protobufbuild « 3rdparty - github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 381a4244e3198133f56bc4723a1595942c8e4bfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// Copyright 2012 The MumbleKit Developers. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

ARCHS = armv7
SDKROOT = iphoneos

MACOSX_DEPLOYMENT_TARGET = 10.7
IPHONEOS_DEPLOYMENT_TARGET = 5.0

HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/../protobuf/src/runtime/Classes"
ALWAYS_SEARCH_USER_PATHS = NO

GCC_WARN_INHIBIT_ALL_WARNINGS = YES

GCC_ENABLE_OBJC_EXCEPTIONS = YES
GCC_PRECOMPILE_PREFIX_HEADER = YES

// The precompiled header doesn't need to be quoted to work in
// paths with spaces in them. It actually *breaks* if we put
// them there. So don't.
GCC_PREFIX_HEADER = $(PROJECT_DIR)/../protobuf/src/runtime/ProtocolBuffers_Prefix.pch

GCC_PREPROCESSOR_DEFINITIONS = 

PRODUCT_NAME = ProtocolBuffers