diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2011-02-22 19:07:34 +0100 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2011-02-22 19:07:34 +0100 |
commit | 2851cc7baf8defb165e100f303b02e895a4e7fdf (patch) | |
tree | 7cd8c85049e82b957e3672db016bbe2e73f82ffa | |
parent | d1f80afc91c07594fea31c2c3723dd132630e63a (diff) |
masterfix DEV300: #i10000# usage of L10N build_typeooo/DEV300_m101
-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 ec6658d21..5b534700a 100644 --- a/chart2/prj/build.lst +++ b/chart2/prj/build.lst @@ -1,4 +1,4 @@ -ch chart2 : offapi offuh l10n comphelper cppu cppuhelper sal svtools svx tools vcl toolkit unotools sfx2 LIBXSLT:libxslt NULL +ch chart2 : offapi offuh L10N:l10n 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 f5ab2a5f7..f124dafb9 100644 --- a/sc/prj/build.lst +++ b/sc/prj/build.lst @@ -1,4 +1,4 @@ -sc sc : filter l10n vbahelper oovbaapi svx uui stoc BOOST:boost formula MDDS:mdds oox LIBXSLT:libxslt NULL +sc sc : filter L10N:l10n vbahelper oovbaapi svx uui stoc BOOST:boost formula MDDS:mdds oox LIBXSLT:libxslt 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 6f5116123..c3b483cf4 100644 --- a/scaddins/prj/build.lst +++ b/scaddins/prj/build.lst @@ -1,4 +1,4 @@ -ca scaddins : LIBXSLT:libxslt l10n vcl NULL +ca scaddins : LIBXSLT:libxslt L10N:l10n 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 6884378f7..a16408723 100644 --- a/sccomp/prj/build.lst +++ b/sccomp/prj/build.lst @@ -1,4 +1,4 @@ -scc sccomp : l10n offuh comphelper LPSOLVE:lpsolve tools rsc LIBXSLT:libxslt NULL +scc sccomp : L10N:l10n 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 |