diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2012-09-29 20:58:39 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-09-30 15:11:00 +0000 |
commit | a6e55d489b611e8dedf001c7897b6b60519fb89a (patch) | |
tree | 68ba9ef744d7d9a598d8d772ed52512ccf2d1d12 /l10ntools | |
parent | 25e2d8eefd0371bec1fc0ccbd68f0d4aa1de102c (diff) |
Make l10ntools works with i18nregexp
Change-Id: I80d3dbc19856d518ed8a94dba227372f5f74ec47
Reviewed-on: https://gerrit.libreoffice.org/725
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/Executable_uiex.mk | 1 | ||||
-rw-r--r-- | l10ntools/prj/build.lst | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/l10ntools/Executable_uiex.mk b/l10ntools/Executable_uiex.mk index ca4d7266423a..052f9d017284 100644 --- a/l10ntools/Executable_uiex.mk +++ b/l10ntools/Executable_uiex.mk @@ -16,6 +16,7 @@ $(eval $(call gb_Executable_set_include,uiex,\ $(eval $(call gb_Executable_use_libraries,uiex,\ sal \ + i18nregexp \ )) $(eval $(call gb_Executable_use_static_libraries,uiex,\ diff --git a/l10ntools/prj/build.lst b/l10ntools/prj/build.lst index 5f7fca144415..888b2343a4b5 100644 --- a/l10ntools/prj/build.lst +++ b/l10ntools/prj/build.lst @@ -1,3 +1,3 @@ -tr l10ntools : EXPAT:expat LIBXSLT:libxslt sal NULL +tr l10ntools : EXPAT:expat LIBXSLT:libxslt sal regexp NULL tr l10ntools usr1 - all tr_mkout NULL tr l10ntools\prj nmake - all tr_prj NULL |