fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / ios / lo.xcconfig.in
blob21fdc15c66dbf9a716b0e83a02608636b709f082
1 // -*- Mode: text; tab-width: 4; indent-tabs-mode: nil; word-wrap: nil -*-
2 //
3 // This file is part of the LibreOffice project.
4 //
5 // This Source Code Form is subject to the terms of the Mozilla Public
6 // License, v. 2.0. If a copy of the MPL was not distributed with this
7 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 // Xcode configuration properties
11 // To avoid confusion, the LO-specific ones that aren't as such used
12 // by Xcode (but only expanded in option values) are prefixed with
13 // LO_.
15 LO_BUILDDIR = @BUILDDIR@
16 LO_INSTDIR = @INSTDIR@
17 LO_SRCDIR = @SRC_ROOT@
18 LO_WORKDIR = @WORKDIR@
20 // These are actual Xcode-known settings. The corresponding autoconf
21 // variables are prefixed with XCODE_ to make it clear in configure.ac
22 // what they will be used for.
23 ARCHS = @XCODE_ARCHS@
24 VALID_ARCHS = @XCODE_ARCHS@
25 CLANG_CXX_LIBRARY = @XCODE_CLANG_CXX_LIBRARY@
26 DEBUG_INFORMATION_FORMAT=@XCODE_DEBUG_INFORMATION_FORMAT@
28 // These settings are edited in CustomTarget_Lo_Xcconfig.mk.
29 LINK_LDFLAGS =
30 OTHER_CFLAGS =
31 OTHER_CPLUSPLUSFLAGS =