summaryrefslogtreecommitdiff
path: root/ios/Executable_LibreOffice.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-10-08Depend on more librariesTor Lillqvist1-1/+9
Change-Id: Ied2880861a89117294b9d29f42e6d5a6745ad1d2
2013-09-22gbuild: refactor LinkTarget representationMichael Stahl1-1/+1
If the link targets are not in workdir then 2 different aspects are needed: the previously used location relative to workdir's LinkTarget dir (for all the misc. related targets), and the full target file. Adding an additional parameter to all LinkTarget functions would be quite annoying, especially since it would need passing through all the gb_LinkTarget__use functions in RepositoryExternal.mk; instead encode both into the linktarget itself, and modify the functions gb_LinkTarget_get_target to return the target and all others to return the workdir linktargetname. - replace gb_Library_get_linktargetname with either: * gb_Library__get_workdir_linktargetname * gb_Library__get_linktarget_target * gb_Library_get_linktarget - similar for gb_Executable_get_linktargetname - similar for gb_StaticLibrary_get_linktargetname - similar for gb_CppunitTest__get_linktargetname - add calls to gb_LinkTarget__get_workdir_linktargetname where needed Change-Id: I917ad7957fee50ec2517a9f9cc9ff452c8d97d1b
2013-04-24gbuild: drop uses of removed packagesDavid Tardon1-2/+0
Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-19Prefer simple and working solution to obscure and non-workingTor Lillqvist1-5/+1
Change-Id: I5c7d02daced542222c2cb3881fafd2d58fe7f14d
2013-04-19Try to get the tinderbox build workingTor Lillqvist1-2/+4
Change-Id: Ie0a9b6e64c35a046afbb5c26c1b75bdd0d897a23
2013-04-14Try depending on touch_inc to maybe fix tinderbox buildTor Lillqvist1-0/+2
Change-Id: I9833437256243c26b9ff468937ec9f975c2e898d
2013-04-05Try again to use AllModulesButInstsetNative to unbreak tinderbox buildTor Lillqvist1-20/+1
Change-Id: Ib9da3de2cedf423a18819aa83fa55de77a288a72
2013-04-05List more libraries in an attempt to make tinderbox builds workTor Lillqvist1-0/+5
Change-Id: I21e6affaf08322f9e9cf1554e76f935f2c3e29b3
2013-03-30Refactor the iOS Viewer app and rename it to "LibreOffice"Tor Lillqvist1-0/+57
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