summaryrefslogtreecommitdiff
path: root/ios/lo.xcconfig.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-15 23:23:29 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-16 00:16:57 +0300
commit298c69d56e6dae8c503b19913b7186d6db829b92 (patch)
treed6a60b63c583be8b2dc0ab6718e72ca008482454 /ios/lo.xcconfig.in
parent848d06690c28ab0a634c2ac979c2e34047522dbe (diff)
Generate the ios/lo.xcconfig at configure time
Also, add INSTDIR and WORKDIR. Change-Id: I16266202c2e2d005533f7ffbcc2ae41f63833928
Diffstat (limited to 'ios/lo.xcconfig.in')
-rw-r--r--ios/lo.xcconfig.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/ios/lo.xcconfig.in b/ios/lo.xcconfig.in
new file mode 100644
index 000000000000..4f3183cd2796
--- /dev/null
+++ b/ios/lo.xcconfig.in
@@ -0,0 +1,11 @@
+// -*- Mode: make; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+//
+// This file is part of the LibreOffice project.
+//
+// This Source Code Form is subject to the terms of the Mozilla Public
+// License, v. 2.0. If a copy of the MPL was not distributed with this
+// file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+BUILDDIR = @BUILDDIR@
+INSTDIR = @INSTDIR@
+WORKDIR = @WORKDIR@