Merge pull request #3819 from arnova/subtitles_for_stacks
[vuplus_xbmc] / tools / darwin / Configurations / App-iOS.xcconfig
1 //
2 //      Copyright (C) 2012-2013 Team XBMC
3 //      http://xbmc.org
4 //
5 //  This Program is free software; you can redistribute it and/or modify
6 //  it under the terms of the GNU General Public License as published by
7 //  the Free Software Foundation; either version 2, or (at your option)
8 //  any later version.
9 //
10 //  This Program is distributed in the hope that it will be useful,
11 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
12 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 //  GNU General Public License for more details.
14 //
15 //  You should have received a copy of the GNU General Public License
16 //  along with XBMC; see the file COPYING.  If not, see
17 //  <http://www.gnu.org/licenses/>.
18 //
19 //
20
21 #include "App.xcconfig"
22
23 PRODUCT_NAME = XBMC
24 //build against latest
25 SDKROOT = iphoneos
26 IPHONEOS_DEPLOYMENT_TARGET = 4.2
27
28 ARCHS = armv7
29 VALID_ARCHS = armv7
30
31 EXECUTABLE_SUFFIX = .bin
32 XBMC_DEPENDS = $(XBMC_DEPENDS_ROOT)/$(SDK_NAME)_$(CURRENT_ARCH)-target
33 INSTALL_PATH = $(HOME)/Library/Bundles
34
35 USER_HEADER_SEARCH_PATHS = $(inherited) $XBMC_DEPENDS/include $XBMC_DEPENDS/include/libcec $XBMC_DEPENDS/include/mysql $XBMC_DEPENDS/include/freetype2 $XBMC_DEPENDS/include/python2.6
36
37 GCC_INLINES_ARE_PRIVATE_EXTERN = NO
38 GCC_SYMBOLS_PRIVATE_EXTERN = NO
39 COPY_PHASE_STRIP = NO
40 DEAD_CODE_STRIPPING = NO
41 OTHER_CPLUSPLUSFLAGS = $(inherited) $(OTHER_CFLAGS) -Wreorder
42
43 OTHER_LDFLAGS = $(XBMC_OTHER_LDFLAGS_COMMON) -lmpeg2 -weak_framework VideoToolbox
44
45 GCC_PREPROCESSOR_DEFINITIONS = TARGET_DARWIN_IOS $(XBMC_GCC_PREPROCESSOR_DEFINITIONS_COMMON)