diff options
author | Petr Mladek <pmladek@suse.cz> | 2011-03-23 19:50:52 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-03-25 12:14:28 +0100 |
commit | 075f9682de5c0e30540d08ebfb26b709f80edde6 (patch) | |
tree | 4c03e49a9026b66dfd27a2f26f03d99b7a33d5b8 | |
parent | 628582e43cfe72fc0883747a4d1b8b27fc9479c1 (diff) |
set build depencencies against the new "translations" module
-rw-r--r-- | chart2/prj/build.lst | 2 | ||||
-rw-r--r-- | sc/prj/build.lst | 2 | ||||
-rw-r--r-- | scaddins/prj/build.lst | 2 | ||||
-rw-r--r-- | sccomp/prj/build.lst | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/chart2/prj/build.lst b/chart2/prj/build.lst index 5b534700a4f0..7bac40dee430 100644 --- a/chart2/prj/build.lst +++ b/chart2/prj/build.lst @@ -1,4 +1,4 @@ -ch chart2 : offapi offuh L10N:l10n comphelper cppu cppuhelper sal svtools svx tools vcl toolkit unotools sfx2 LIBXSLT:libxslt NULL +ch chart2 : offapi offuh TRANSLATIONS:translations comphelper cppu cppuhelper sal svtools svx tools vcl toolkit unotools sfx2 LIBXSLT:libxslt NULL ch chart2 usr1 - all ch_mkout NULL ch chart2\inc nmake - all ch_inc NULL ch chart2\source\inc get - all ch_source_inc NULL diff --git a/sc/prj/build.lst b/sc/prj/build.lst index b74ce387957f..8fb739747622 100644 --- a/sc/prj/build.lst +++ b/sc/prj/build.lst @@ -1,4 +1,4 @@ -sc sc : filter L10N:l10n vbahelper oovbaapi svx uui stoc BOOST:boost formula MDDS:mdds oox LIBXSLT:libxslt unoxml ure NULL +sc sc : filter TRANSLATIONS:translations vbahelper oovbaapi svx uui stoc BOOST:boost formula MDDS:mdds oox LIBXSLT:libxslt unoxml ure NULL sc sc usr1 - all sc_mkout NULL sc sc\inc nmake - all sc_inc NULL sc sc\prj get - all sc_prj NULL diff --git a/scaddins/prj/build.lst b/scaddins/prj/build.lst index c3b483cf462c..4d68ad42ef1e 100644 --- a/scaddins/prj/build.lst +++ b/scaddins/prj/build.lst @@ -1,4 +1,4 @@ -ca scaddins : LIBXSLT:libxslt L10N:l10n vcl NULL +ca scaddins : LIBXSLT:libxslt TRANSLATIONS:translations vcl NULL ca scaddins usr1 - all sc_mkout NULL ca scaddins\source\datefunc nmake - all sc_dfunc NULL ca scaddins\source\analysis nmake - all sc_analysis NULL diff --git a/sccomp/prj/build.lst b/sccomp/prj/build.lst index a16408723fa8..1f294e8b7727 100644 --- a/sccomp/prj/build.lst +++ b/sccomp/prj/build.lst @@ -1,4 +1,4 @@ -scc sccomp : L10N:l10n offuh comphelper LPSOLVE:lpsolve tools rsc LIBXSLT:libxslt NULL +scc sccomp : TRANSLATIONS:translations offuh comphelper LPSOLVE:lpsolve tools rsc LIBXSLT:libxslt NULL scc sccomp usr1 - all scc_mkout NULL scc sccomp\prj get - all scc_prj NULL scc sccomp\source\solver nmake - all scc_solver NULL |