summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/prj/build.lst7
-rw-r--r--lingucomponent/prj/d.lst10
2 files changed, 10 insertions, 7 deletions
diff --git a/lingucomponent/prj/build.lst b/lingucomponent/prj/build.lst
index d155037cf3f7..e7d42d2f0fd1 100644
--- a/lingucomponent/prj/build.lst
+++ b/lingucomponent/prj/build.lst
@@ -1,5 +1,6 @@
-lc lingucomponent : linguistic pspell NULL
-lc lingucomponent usr1 - all lg_mkout NULL
+lc lingucomponent : linguistic lingu NULL
+lc lingucomponent usr1 - all lc_mkout NULL
lc lingucomponent\source\thesaurus\parser nmake - all lc_parser NULL
lc lingucomponent\source\thesaurus\libth nmake - all lc_libth NULL
-lc lingucomponent\source\spellcheck\pspell_en_US nmake - u lc_spellus NULL
+lc lingucomponent\source\spellcheck\myspell nmake - all lc_myspell NULL
+lc lingucomponent\source\spellcheck\spell nmake - all lc_libspell lc_myspell NULL
diff --git a/lingucomponent/prj/d.lst b/lingucomponent/prj/d.lst
index e2576f8cb9f5..4a873f882bae 100644
--- a/lingucomponent/prj/d.lst
+++ b/lingucomponent/prj/d.lst
@@ -1,14 +1,16 @@
..\%__SRC%\bin\*.dat %_DEST%\bin%_EXT%\*.dat
..\%__SRC%\bin\*.idx %_DEST%\bin%_EXT%\*.idx
+..\%__SRC%\bin\*.aff %_DEST%\bin%_EXT%\*.aff
+..\%__SRC%\bin\*.dic %_DEST%\bin%_EXT%\*.dic
..\%__SRC%\bin\lth* %_DEST%\bin%_EXT%\lth*
..\%__SRC%\lib\ilth* %_DEST%\lib%_EXT%\ilth*
..\%__SRC%\lib\liblth.a %_DEST%\lib%_EXT%\liblth.a
..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib
..\%__SRC%\lib\liblth*.so %_DEST%\lib%_EXT%\liblth*.so
-..\%__SRC%\bin\lexps* %_DEST%\bin%_EXT%\lexps*
-..\%__SRC%\lib\ilexps* %_DEST%\lib%_EXT%\illexps*
-..\%__SRC%\lib\liblexps.a %_DEST%\lib%_EXT%\liblexps.a
+..\%__SRC%\bin\lspell* %_DEST%\bin%_EXT%\lspell*
+..\%__SRC%\lib\ilspell* %_DEST%\lib%_EXT%\ilspell*
+..\%__SRC%\lib\libspell.a %_DEST%\lib%_EXT%\libspell.a
..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib
-..\%__SRC%\lib\liblexps*.so %_DEST%\lib%_EXT%\liblexps*.so
+..\%__SRC%\lib\libspell*.so %_DEST%\lib%_EXT%\libspell*.so