summaryrefslogtreecommitdiff
path: root/i18npool/Library_i18npool.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-24better dependency working also for libmergedMatúš Kukan
Change-Id: I3c5cf65bee50ec0511031b50e1b9f5589491e6bd
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-05-16i18npool: fix spurious re-deliver of i18npool.uno.so:Michael Stahl
The target is always older, because it is delivered while preserving the timestamp of the source, but here order only dependency is enough.
2012-04-18Use static linking when DISABLE_DYNLOADING (iOS)Tor Lillqvist
2012-04-12move dependency on localedata_en to i18npoolMatúš Kukan
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)
2012-03-24i18npool: use CustomTarget_*.mk makefilesMatúš Kukan
Also done lot of simplification and modernization.
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-03-08de-uno-ize ScriptTypeDetectorCaolán McNamara
leave a UnoScriptTypeDetector implementation that points to the trivial ScriptTypeDetector for external consumers, e.g. sdext
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud
2011-08-19The shorter icu library names are used for WNTMSC onlyTor Lillqvist
2011-08-19Fix i18npool build on Windows.Jan Holesovsky
2011-08-18realpath is not necessary hereDavid Tardon
(moreover, its use breaks parallel build ;-)
2011-08-17convert i18npool to gbuildMatúš Kukan