diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-02 11:48:49 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-02 11:48:49 +0100 |
commit | 7bdd6275f136edf04449970c915968ee4f31b76a (patch) | |
tree | 57253a16cc0e262e7efcbb3edd8ab8ca4837db36 /readlicense_oo/prj | |
parent | a9ce1376c3a1311588dab44991afba11ad3a77b2 (diff) |
fix a breakage with multilingual build
readlicense_oo needs xrmex that is delivered by l10ntools
Diffstat (limited to 'readlicense_oo/prj')
-rw-r--r-- | readlicense_oo/prj/build.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readlicense_oo/prj/build.lst b/readlicense_oo/prj/build.lst index 2296ead27202..ac5f3024fa94 100644 --- a/readlicense_oo/prj/build.lst +++ b/readlicense_oo/prj/build.lst @@ -1,4 +1,4 @@ -ro readlicense_oo : l10n solenv LIBXSLT:libxslt NULL +ro readlicense_oo : l10n l10ntools solenv LIBXSLT:libxslt NULL ro readlicense_oo usr1 - all ro_root NULL ro readlicense_oo\docs\readme nmake - all ro_readme NULL ro readlicense_oo nmake - all ro_conv NULL |