summaryrefslogtreecommitdiff
path: root/i18npool/Library_i18nisolang1.mk
AgeCommit message (Collapse)Author
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-08-11langtag: libxml2 only used for liblangtagEike Rathke
Change-Id: I4bf7bc4f58bac7675cf694dc206e6ba119a6354e
2012-08-10Implement --disable-liblangtag, to be able to build without that.Jan Holesovsky
Change-Id: Ic38d0282dba99efe2ecc45142a927ba3d8fa167d
2012-08-07We don't want to use liblangtag on Android or iOSTor Lillqvist
We don't need GLib then either. For now just a quick dummy replacement for liblangtag in i18npool that will crash at run-time. Improve once it starts to get used, and once it is clear what functionality is needed. Change-Id: I9777c2c776dd6e479e1d6f0fb073f289ea6ff2f4
2012-08-06LanguageTag Windows buildEike Rathke
2012-08-06implemented LanguageTag wrapperEike Rathke
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl
2012-04-08gbuild: "use" vs. "add":Michael Stahl
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)
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud
2011-08-17convert i18npool to gbuildMatúš Kukan