Code

fix wrong place for -laspell
authorbuliabyak <buliabyak@users.sourceforge.net>
Wed, 18 Feb 2009 15:16:32 +0000 (15:16 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Wed, 18 Feb 2009 15:16:32 +0000 (15:16 +0000)
build.xml

index 14c19f6d766b32d7727e2680f2668d56a6f8ebc3..7a1d2bced9d8d858ccee6fb19f1ff7b31ed435dd 100644 (file)
--- a/build.xml
+++ b/build.xml
            -lpng -ljpeg.dll -ltiff.dll -lpopt ${devlibs}/lib/zdll.lib
            -lgc
            -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm
-           -lgomp -lpthreadGC2
+           -lgomp -lpthreadGC2 -laspell
        </libs>
     </link>
   </target>
            -lpng -ljpeg.dll -ltiff.dll -lpopt ${devlibs}/lib/zdll.lib
            -lgc
            -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm
-           -lgomp -lpthreadGC2 -laspell
+           -lgomp -lpthreadGC2 
        </libs>
     </link>
   </target>