From a4a274098baf1028b08799608171a0d258d2e3f4 Mon Sep 17 00:00:00 2001 From: Kevin Hendricks Date: Wed, 12 Sep 2001 12:36:22 +0000 Subject: fix typo in d.lst that did not proerly deliver the spell dll for WNT Kevin --- lingucomponent/prj/d.lst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lingucomponent/prj') 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 -- cgit