diff options
-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 |