summaryrefslogtreecommitdiff
path: root/lingucomponent/prj
diff options
context:
space:
mode:
authorKevin Hendricks <khendricks@openoffice.org>2001-09-08 14:59:43 +0000
committerKevin Hendricks <khendricks@openoffice.org>2001-09-08 14:59:43 +0000
commitf128ceb69f7849aff62cb347ad0025c4f5c3b6ad (patch)
tree6570bdb1d7caa92c3ff81944bc41b947d70eadae /lingucomponent/prj
parent9ea6917fd1450c2ada02021b960ec160c14e53a5 (diff)
changes to implement building of myspell and spell
to replace pspell_en_US and changes to deliver the new spelling library libspell and its dictionary pieces
Diffstat (limited to 'lingucomponent/prj')
-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