diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-15 23:23:29 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-16 00:16:57 +0300 |
commit | 298c69d56e6dae8c503b19913b7186d6db829b92 (patch) | |
tree | d6a60b63c583be8b2dc0ab6718e72ca008482454 /ios | |
parent | 848d06690c28ab0a634c2ac979c2e34047522dbe (diff) |
Generate the ios/lo.xcconfig at configure time
Also, add INSTDIR and WORKDIR.
Change-Id: I16266202c2e2d005533f7ffbcc2ae41f63833928
Diffstat (limited to 'ios')
-rw-r--r-- | ios/.gitignore | 9 | ||||
-rw-r--r-- | ios/lo.xcconfig.in | 11 |
2 files changed, 20 insertions, 0 deletions
diff --git a/ios/.gitignore b/ios/.gitignore new file mode 100644 index 000000000000..08c6a6864eb9 --- /dev/null +++ b/ios/.gitignore @@ -0,0 +1,9 @@ +# +# 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/. +# + +/lo.xcconfig 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@ |