summaryrefslogtreecommitdiff
path: root/ios/CustomTarget_LibreOffice_app.mk
AgeCommit message (Collapse)Author
2015-05-21Bin obsolete code that has not been built for ages and likely has bit-rottedTor Lillqvist
If somebody needs to have look, it can be found in git, or in old source tarballs, etc. No need to keep in the work tree.
2014-11-26version ini-file's ProductMajor/Minor are unusedStephan Bergmann
...and had started to have different values in instdir (ProductMajor=450, ProductMinor=0) vs. installation sets (ProductMajor=50, ProductMinor=) Change-Id: I4db2c07b5f7b011218833fc355a3097eb13d0cd4
2014-01-01Need to have native-code.cxx as a separate file for the LibreOffice appTor Lillqvist
The executable of the LibreOffice app (which as such at the moment doesn't work, since the tiled rendering changes) is built using gbuild, and thus we can't generate the native-code snippet in the CustomTarget that builds the app bundle, but need it already when building the executable. This is one wayt to handle that. Change-Id: Ifdab40c970e93b1f2608cefc637df8a8e5396efe
2014-01-01Use native-code.py generated code also for iOS.Matúš Kukan
This allows us to get rid of component-declarations.h and simplify component-mapping.h. For new, converted, implementation_getFactories, adding one line into native-code.py should be enough to make them available in application. Change-Id: I042320e5b7f8a9aa9f02b77d2bdd07cf9a690ee6
2013-11-06Recognize also arm64Tor Lillqvist
Change-Id: Ia66dc4bfa5ea32c6099a135d7182bac2418fb731
2013-10-31ios: convert usage of OUTDIRMichael Stahl
... not sure if it's always correct but... Change-Id: Iccb21bace96825cbf502ae37fc513bbe76d261e3
2013-10-08Adapt to instdir and solver changes latelyTor Lillqvist
Change-Id: Idc6c20f6645f2e39b98a11f741aaa482f31c6ea1
2013-10-02we do not need .xcd files in solverMatúš Kukan
Change-Id: Ic08b12b0deb7342c520a5385c226d864596fc858
2013-09-23Try to fix cross-compilationTor Lillqvist
Add more FOO_FOR_BUILD variables and some gb_Foo_for_build functions. Get rid of gb_INSTROOT and gb_DEVINSTALLROOT, just use INSTROOT. Change-Id: Iee531b02d14fae41edb68ad589a5dec829a60255
2013-09-12Adapt to OUTDIR->INSTDIR changesTor Lillqvist
Change-Id: I21c44470fa49152ebff79bf5138b32f07da53328
2013-09-12make this work also if BUILDDIR != SRCDIRMatúš Kukan
Change-Id: I992020936cc39e5a6b04cd507b61853043a19b49
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann
Introduced gb_INSTROOT, which is the same as $(INSTDIR) except for Mac OS X, where it is $(INSTDIR)/LibreOffice.app/Contents. Most stuff ends up there (so most occurrences of $(INSTDIR) have been replaced with $(gb_INSTROOT)), but SDK- related stuff goes to $(INSTDIR)/$(gb_Package_SDKDIRNAME). (And GeneratedPackage needed to be made more flexible, to allow for packages that go into either of those two places.) For Android and iOS, gb_INSTROOT probably still needs to be set. The most obvious missing thing yet to make instdir work for Mac OS X is the instdir/*/LibreOffice.app/Contents/ure/ vs. instdir/*/LibreOffice.app/Contents/ure-link/ split. Change-Id: I4478edd27b14c92c96d92d5169bdca3ec50d78f5
2013-05-01Update names of rdb files and of the fsstorage libraryTor Lillqvist
Change-Id: I344d64212aa1d42171f18dae7659ab7f56fecbcb
2013-04-11TypoTor Lillqvist
Change-Id: I87c74eb6e4f9aa4f06bfca00817b4d04d7d84b40
2013-04-11fix ios buildDavid Tardon
Change-Id: Id8c405e63abec3d8c1d3c5f8fb7f40ba082c9f47
2013-03-30No need to verify the Xcode "configuration" ("Debug" or "Release") matchingTor Lillqvist
Change-Id: I5c2e05feecffa1679930b041854b1cd190ef007a
2013-03-30Refactor the iOS Viewer app and rename it to "LibreOffice"Tor Lillqvist
No, it isn't any closer to being "ready" despite the name, but still, using the current approach, it clearly isn't restricted to be just a viewer. Also drop the verbose LOViewer prefix from class and file names in it. Change-Id: Ib4e8a31d6fa1b35169ee98cf2aa8f0f22957164c