diff options
-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 49ccb639a510..c14dc2fb8818 100644 --- a/lingucomponent/prj/build.lst +++ b/lingucomponent/prj/build.lst @@ -1,9 +1,10 @@ lc lingucomponent : linguistic NULL lc lingucomponent usr1 - all lc_mkout NULL -lc lingucomponent\source\lingutil nmake - all lc_util NULL -lc lingucomponent\source\thesaurus\mythes nmake - all lc_mythes lc_util NULL -lc lingucomponent\source\thesaurus\libnth nmake - all lc_libnth lc_mythes lc_util NULL -lc lingucomponent\source\spellcheck\hunspell nmake - all lc_hunspell lc_util NULL -lc lingucomponent\source\spellcheck\spell nmake - all lc_libspell lc_hunspell NULL -lc lingucomponent\source\hyphenator\altlinuxhyph\libhnj nmake - all lc_libhnj lc_util NULL -lc lingucomponent\source\hyphenator\altlinuxhyph\hyphen nmake - all lc_libhyphen lc_libhnj 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\hunspell nmake - all lc_hunspell lc_util lc_inc NULL +lc lingucomponent\source\spellcheck\spell nmake - all lc_libspell lc_hunspell lc_inc NULL +lc lingucomponent\source\hyphenator\altlinuxhyph\libhnj nmake - all lc_libhnj lc_util lc_inc NULL +lc lingucomponent\source\hyphenator\altlinuxhyph\hyphen nmake - all lc_libhyphen lc_libhnj lc_inc NULL |