diff options
author | Petr Mladek <pmladek@suse.cz> | 2011-03-23 19:50:56 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-03-25 12:16:36 +0100 |
commit | 1bb84a38134a12c2178bd1735d9c42c180c16876 (patch) | |
tree | 2fbeb851e044fdf4778e93925456ea526030ada3 | |
parent | 8baf037f970df0429f9f9d962c75185929e04081 (diff) |
set build depencencies against the new "translations" module
-rw-r--r-- | starmath/prj/build.lst | 2 | ||||
-rw-r--r-- | sw/prj/build.lst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/starmath/prj/build.lst b/starmath/prj/build.lst index 382cce8f3d9d..e1131e28d1a4 100644 --- a/starmath/prj/build.lst +++ b/starmath/prj/build.lst @@ -1,4 +1,4 @@ -sm starmath : LIBXSLT:libxslt L10N:l10n svx ure NULL +sm starmath : LIBXSLT:libxslt TRANSLATIONS:translations svx ure NULL sm starmath usr1 - all sm_mkout NULL sm starmath\inc nmake - all sm_inc NULL sm starmath\prj get - all sm_prj NULL diff --git a/sw/prj/build.lst b/sw/prj/build.lst index d99aee5c1723..8de2b4d5a4c9 100644 --- a/sw/prj/build.lst +++ b/sw/prj/build.lst @@ -1,2 +1,2 @@ -sw sw : filter L10N:l10n connectivity writerperfect lotuswordpro vbahelper svx stoc writerfilter unoxml fileaccess package comphelper LIBXSLT:libxslt NULL +sw sw : filter TRANSLATIONS:translations connectivity writerperfect lotuswordpro vbahelper svx stoc writerfilter unoxml fileaccess package comphelper LIBXSLT:libxslt NULL sw sw\prj nmake - all sw_prj NULL |