summaryrefslogtreecommitdiffstats
path: root/lingucomponent/Library_MacOSXSpell.mk
Commit message (Collapse)AuthorAgeFilesLines
* MacOSXSpell needs boost_headersTor Lillqvist2013-01-271-0/+1
| | | | Change-Id: I4af00e2925df393523ad3d00bd3b95459ff77f9c
* added i18nisolang1Eike Rathke2012-11-251-0/+1
| | | | Change-Id: Ib36d8c32c874cbdddc6ed3fe9ea6c7465ac334db
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-281-2/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: clean up Mac OS X framework handling:Michael Stahl2012-09-281-1/+4
| | | | | | | | | | | There are currently 3 different mechanisms being used for frameworks, which is of course intolerable so we invent a 4th one and standardize on it: gb_LinkTarget_use_darwin_frameworks (This doesn't mean using add_libs or externals was wrong, it was just inconsistent... and i don't see an obvious benefit of using externals here) Change-Id: I5de9020402c87e7236c6a358c47f02fa56642d3d
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-281-1/+2
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-021-4/+1
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-081-2/+2
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-101-1/+1
|
* lingucomponent: MacOSX: use gb_Library_add_objcxxobjectsMichael Stahl2011-12-161-5/+1
|
* Revert "we have gb_Library_add_objcxxobjects for this"Matúš Kukan2011-12-141-1/+5
| | | | | | This reverts commit cd105c5ad2dc7176837a570e6507bd2ca0cd357f. We can't use gb_Library_add_objcxxobjects here because gb_ObjCxxObject_get_source has .mm suffix
* we have gb_Library_add_objcxxobjects for thisMatúš Kukan2011-12-141-5/+1
|
* try to fix building lingucomponent on MacMatúš Kukan2011-12-131-0/+4
|
* convert lingucomponent to gbuildMatúš Kukan2011-12-131-0/+64