From dff0acd993490118d353ff5f1b39439952c764af Mon Sep 17 00:00:00 2001 From: buliabyak Date: Wed, 18 Feb 2009 15:16:32 +0000 Subject: [PATCH] fix wrong place for -laspell --- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 14c19f6d7..7a1d2bced 100644 --- a/build.xml +++ b/build.xml @@ -492,7 +492,7 @@ -lpng -ljpeg.dll -ltiff.dll -lpopt ${devlibs}/lib/zdll.lib -lgc -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm - -lgomp -lpthreadGC2 + -lgomp -lpthreadGC2 -laspell @@ -597,7 +597,7 @@ -lpng -ljpeg.dll -ltiff.dll -lpopt ${devlibs}/lib/zdll.lib -lgc -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm - -lgomp -lpthreadGC2 -laspell + -lgomp -lpthreadGC2 -- 2.30.2