From 9dd4fca8481fd6fbb7ebb50afcd35c88550c30c5 Mon Sep 17 00:00:00 2001 From: bulia byak Date: Wed, 18 Feb 2009 15:16:32 +0000 Subject: fix wrong place for -laspell (bzr r7321) --- 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 -- cgit v1.2.3