summaryrefslogtreecommitdiff
path: root/ios/lo.xcconfig.in
AgeCommit message (Collapse)Author
2014-07-08Set VALID_ARCHS equal to ARCHSTor Lillqvist
Change-Id: Ief7d3b09cb68eb2abdb99ebc9cfac7f71cd1476e
2014-04-14It doesn't seem to work to use variable references for file names anywayTor Lillqvist
Change-Id: Ic98a9c5792b98705b57f39e1d90fb7019bfb95c9
2014-04-12Copy the ICU data file into the TiledLibreOffice appTor Lillqvist
Change-Id: I7f259c96dd9ab0ec833cefd2142682d08b7255b1
2013-12-19Use embedded DWARF in the iOS apps except for in release buildTor Lillqvist
Running dsymutil takes much too long to be bearable during development. But when building for actual release we do want a separate dSYM of course. (Of course none of the current iOS apps in the source are intended to be actually "released". But add this logic just for completeness.) Change-Id: Ibb5037d6926e969a891269d6c9d86232bc01cb3c
2013-12-17Pass also Xcode's ARCHS, OTHER_CFLAGS and OTHER_CPLUSPLUSFLAGS in lo.xcconfigTor Lillqvist
ARCHS tells Xcode to build the architecture for which the LO code has been built. The CFLAGS properties make sure the same -D flags are used as for the LO code. Change-Id: I3c8af0ff9fba7d0b4eddbc0af9aad44fb385314c
2013-11-22Add a commentTor Lillqvist
Change-Id: If3e97386793f14bec9aae6c95500461177c18570
2013-11-22Make this file behave saner in EmacsTor Lillqvist
Change-Id: I916aa32fcd8ab4b8ef13cfb2870e29c45ad8b60c
2013-10-31ios: convert usage of OUTDIRMichael Stahl
... not sure if it's always correct but... Change-Id: Iccb21bace96825cbf502ae37fc513bbe76d261e3
2013-10-27Remove trailing whitespacesRoi Illouz
Change-Id: I31ba2180b558ee2a556dc0e98619828861c6368c Reviewed-on: https://gerrit.libreoffice.org/6446 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-22emantic name changing fro LO_LDFLAGS to LINK_LDFLAGSRoi Illouz
Change-Id: Iee16bd0d774a9c24834a2a0882d301a9255d7bd9 Reviewed-on: https://gerrit.libreoffice.org/6372 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-22Created an automatic lib linkage with no copy to source treeRoi Illouz
Change-Id: I60384fdb4307b71d84072a0268e75abead8c5896 Reviewed-on: https://gerrit.libreoffice.org/6368 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-17Make the MobileLibreOffice project work better in a srcdir!=builddir scenarioTor Lillqvist
Manual intervention still needed to copy over the ios/MobileLibreOffice and ios/shared directories, though. Change-Id: I1e985cb9bf61238631bd01cd222eeaeb447d58b9
2013-10-16Make libc++ optional for iOS and use the right library in the Xcode projectsTor Lillqvist
It seems that using libc++ when building with Xcode 4 (and iOS SDK 6) you get linking errors. Stick to libstdc++ for now then with that. Propagate the choice to the iOS Xcode projects through the lo.xcconfig file. Change-Id: Ic61dd2336066a77c4219c532106e3e50e85d0689
2013-10-16For clarity, prefix the LO-specific Xcode configuration variables with LO_Tor Lillqvist
Change-Id: I196feb392f9ebebfdcd6f6e0ecd2c9cc89707cbb
2013-10-16Add OUTDIRTor Lillqvist
Change-Id: I1b3b22a9de54559a0b89c91fb10ef6f90ccb1ceb
2013-10-16There is no "make" mode at least in my EmacsTor Lillqvist
Change-Id: If693c4ddcd560336df6878a0a83e445d889d30de
2013-10-16Generate the ios/lo.xcconfig at configure timeTor Lillqvist
Also, add INSTDIR and WORKDIR. Change-Id: I16266202c2e2d005533f7ffbcc2ae41f63833928