diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-07 11:57:49 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-07 11:57:49 +0000 |
commit | 6dd468c9ec3234f4a2f82f2717b5011f49170665 (patch) | |
tree | 746939c97fc732d8a60c3cbaa7141d05dd0d67ce | |
parent | 7ed2ac84dc2cd2d412f20c794bdba2877965d6a5 (diff) |
INTEGRATION: CWS tl53 (1.17.8); FILE MERGED
2008/06/25 12:37:30 tl 1.17.8.2: RESYNC: (1.17-1.18); FILE MERGED
2008/06/23 08:49:05 tl 1.17.8.1: #90975# work-around to allow for a single dictionary to support multiple locales
-rw-r--r-- | lingucomponent/prj/build.lst | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/lingucomponent/prj/build.lst b/lingucomponent/prj/build.lst index 4054a7119..46272c68b 100644 --- a/lingucomponent/prj/build.lst +++ b/lingucomponent/prj/build.lst @@ -1,10 +1,11 @@ -lc lingucomponent : linguistic libtextcat svtools hyphen HUNSPELL:hunspell NULL +lc lingucomponent : linguistic libtextcat svtools hyphen HUNSPELL:hunspell NULL lc lingucomponent usr1 - all lc_mkout NULL -lc lingucomponent\inc nmake - all lc_inc NULL -lc lingucomponent\source\lingutil nmake - all lc_util lc_inc NULL +lc lingucomponent\inc nmake - all lc_inc NULL +lc lingucomponent\source\lingutil nmake - all lc_util lc_inc NULL lc lingucomponent\source\thesaurus\mythes nmake - all lc_mythes lc_util lc_inc NULL lc lingucomponent\source\thesaurus\libnth nmake - all lc_libnth lc_mythes lc_util lc_inc NULL -lc lingucomponent\source\spellcheck\spell nmake - all lc_libspell lc_inc NULL -lc lingucomponent\source\hyphenator\altlinuxhyph\hyphen nmake - all lc_libhyphen lc_inc NULL -lc lingucomponent\source\languageguessing nmake - all lc_languageguessing lc_inc NULL -lc lingucomponent\source\spellcheck\macosxspell nmake - all lc_libmacosxspell lc_inc NULL +lc lingucomponent\source\spellcheck\spell nmake - all lc_libspell lc_util lc_inc NULL +lc lingucomponent\source\hyphenator\altlinuxhyph\hyphen nmake - all lc_libhyphen lc_util lc_inc NULL +lc lingucomponent\source\languageguessing nmake - all lc_languageguessing lc_util lc_inc NULL +lc lingucomponent\source\spellcheck\macosxspell nmake - all lc_libmacosxspell lc_util lc_inc NULL + |