summaryrefslogtreecommitdiffstats
path: root/ios/lo.xcconfig.in
Commit message (Collapse)AuthorAgeFilesLines
* Set VALID_ARCHS equal to ARCHSTor Lillqvist2014-07-081-0/+1
| | | | Change-Id: Ief7d3b09cb68eb2abdb99ebc9cfac7f71cd1476e
* It doesn't seem to work to use variable references for file names anywayTor Lillqvist2014-04-141-1/+0
| | | | Change-Id: Ic98a9c5792b98705b57f39e1d90fb7019bfb95c9
* Copy the ICU data file into the TiledLibreOffice appTor Lillqvist2014-04-121-0/+1
| | | | Change-Id: I7f259c96dd9ab0ec833cefd2142682d08b7255b1
* Use embedded DWARF in the iOS apps except for in release buildTor Lillqvist2013-12-191-0/+1
| | | | | | | | | | 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
* Pass also Xcode's ARCHS, OTHER_CFLAGS and OTHER_CPLUSPLUSFLAGS in lo.xcconfigTor Lillqvist2013-12-171-5/+7
| | | | | | | | 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
* Add a commentTor Lillqvist2013-11-221-0/+2
| | | | Change-Id: If3e97386793f14bec9aae6c95500461177c18570
* Make this file behave saner in EmacsTor Lillqvist2013-11-221-1/+1
| | | | Change-Id: I916aa32fcd8ab4b8ef13cfb2870e29c45ad8b60c
* ios: convert usage of OUTDIRMichael Stahl2013-10-311-1/+0
| | | | | | ... not sure if it's always correct but... Change-Id: Iccb21bace96825cbf502ae37fc513bbe76d261e3
* Remove trailing whitespacesRoi Illouz2013-10-271-1/+1
| | | | | | | Change-Id: I31ba2180b558ee2a556dc0e98619828861c6368c Reviewed-on: https://gerrit.libreoffice.org/6446 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
* emantic name changing fro LO_LDFLAGS to LINK_LDFLAGSRoi Illouz2013-10-221-1/+1
| | | | | | | Change-Id: Iee16bd0d774a9c24834a2a0882d301a9255d7bd9 Reviewed-on: https://gerrit.libreoffice.org/6372 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
* Created an automatic lib linkage with no copy to source treeRoi Illouz2013-10-221-0/+2
| | | | | | | Change-Id: I60384fdb4307b71d84072a0268e75abead8c5896 Reviewed-on: https://gerrit.libreoffice.org/6368 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
* Make the MobileLibreOffice project work better in a srcdir!=builddir scenarioTor Lillqvist2013-10-171-0/+1
| | | | | | | Manual intervention still needed to copy over the ios/MobileLibreOffice and ios/shared directories, though. Change-Id: I1e985cb9bf61238631bd01cd222eeaeb447d58b9
* Make libc++ optional for iOS and use the right library in the Xcode projectsTor Lillqvist2013-10-161-0/+5
| | | | | | | | | | 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
* For clarity, prefix the LO-specific Xcode configuration variables with LO_Tor Lillqvist2013-10-161-4/+10
| | | | Change-Id: I196feb392f9ebebfdcd6f6e0ecd2c9cc89707cbb
* Add OUTDIRTor Lillqvist2013-10-161-0/+1
| | | | Change-Id: I1b3b22a9de54559a0b89c91fb10ef6f90ccb1ceb
* There is no "make" mode at least in my EmacsTor Lillqvist2013-10-161-1/+1
| | | | Change-Id: If693c4ddcd560336df6878a0a83e445d889d30de
* Generate the ios/lo.xcconfig at configure timeTor Lillqvist2013-10-161-0/+11
Also, add INSTDIR and WORKDIR. Change-Id: I16266202c2e2d005533f7ffbcc2ae41f63833928