diff options
author | Kevin Hendricks <khendricks@openoffice.org> | 2001-09-12 12:36:22 +0000 |
---|---|---|
committer | Kevin Hendricks <khendricks@openoffice.org> | 2001-09-12 12:36:22 +0000 |
commit | a4a274098baf1028b08799608171a0d258d2e3f4 (patch) | |
tree | 72814c65ac3b8fd6c045113aaf5e2e2baa53eedd /lingucomponent/prj | |
parent | 37803b965051a87d6252dc47c3d325eda7470d03 (diff) |
fix typo in d.lst that did not proerly deliver the spell dll
for WNT
Kevin
Diffstat (limited to 'lingucomponent/prj')
-rw-r--r-- | lingucomponent/prj/d.lst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lingucomponent/prj/d.lst b/lingucomponent/prj/d.lst index 4a873f882bae..72bc66839b7e 100644 --- a/lingucomponent/prj/d.lst +++ b/lingucomponent/prj/d.lst @@ -8,7 +8,8 @@ ..\%__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\lspell* %_DEST%\bin%_EXT%\lspell* + +..\%__SRC%\bin\spell* %_DEST%\bin%_EXT%\spell* ..\%__SRC%\lib\ilspell* %_DEST%\lib%_EXT%\ilspell* ..\%__SRC%\lib\libspell.a %_DEST%\lib%_EXT%\libspell.a ..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib |