diff options
author | Kevin Hendricks <khendricks@openoffice.org> | 2001-09-08 14:59:43 +0000 |
---|---|---|
committer | Kevin Hendricks <khendricks@openoffice.org> | 2001-09-08 14:59:43 +0000 |
commit | 1a18f568f5551bf6cb28de7c8edf1064b34f4023 (patch) | |
tree | fd38186ffb7344ba11a3baa615c328aa31c0ce69 /lingucomponent/prj/d.lst | |
parent | 61e245c0fb3f678fa914ca7fcfd1f91f7598898a (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/d.lst')
-rw-r--r-- | lingucomponent/prj/d.lst | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lingucomponent/prj/d.lst b/lingucomponent/prj/d.lst index e2576f8cb..4a873f882 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 |