summaryrefslogtreecommitdiff
path: root/ios/lo.xcconfig.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-16 15:56:04 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-16 15:58:15 +0300
commitea8028a575f666ae32e2564a0d3557287909030f (patch)
tree59ba650068bbc7b20d30d0955dd4c3ea4c466abd /ios/lo.xcconfig.in
parent99f8cf1221b216c301e000eab88d75dbe9e9aa20 (diff)
For clarity, prefix the LO-specific Xcode configuration variables with LO_
Change-Id: I196feb392f9ebebfdcd6f6e0ecd2c9cc89707cbb
Diffstat (limited to 'ios/lo.xcconfig.in')
-rw-r--r--ios/lo.xcconfig.in14
1 files changed, 10 insertions, 4 deletions
diff --git a/ios/lo.xcconfig.in b/ios/lo.xcconfig.in
index 5bf254b6fed3..4121cbca94a4 100644
--- a/ios/lo.xcconfig.in
+++ b/ios/lo.xcconfig.in
@@ -6,7 +6,13 @@
// 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@
-OUTDIR = @OUTDIR@
-WORKDIR = @WORKDIR@
+// Xcode configuration variables
+
+// To avoid confusion, the LO-specific ones that aren't as such used
+// by Xcode (but only expanded in option values) are prefixed with
+// LO_.
+
+LO_BUILDDIR = @BUILDDIR@
+LO_INSTDIR = @INSTDIR@
+LO_OUTDIR = @OUTDIR@
+LO_WORKDIR = @WORKDIR@