* add solaris dll path

git-svn-id: trunk@10174 -
This commit is contained in:
Almindor 2008-02-03 10:54:31 +00:00
parent bbfa1c76fe
commit 9c1a5f6b92

View File

@ -35,6 +35,10 @@ uses
const libaspell = '/boot/home/config/lib/libaspell.so';
{$ENDIF}
{$IFDEF Solaris}
const libaspell = '/opt/csw/lib/libpspell.so.15';
{$ENDIF}
{$IFDEF SkyOS}
{$DEFINE STATIC_ASPELL}
{$LINKLIB aspell}