summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2009-02-18 15:16:32 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2009-02-18 15:16:32 +0000
commit9dd4fca8481fd6fbb7ebb50afcd35c88550c30c5 (patch)
tree1309c2502fd7dc8da096d2253e8ff66265213086
parentadded spellcheck dialog's file to the list of translatables (diff)
downloadinkscape-9dd4fca8481fd6fbb7ebb50afcd35c88550c30c5.tar.gz
inkscape-9dd4fca8481fd6fbb7ebb50afcd35c88550c30c5.zip
fix wrong place for -laspell
(bzr r7321)
-rw-r--r--build.xml4
1 files 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
</libs>
</link>
</target>
@@ -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
</libs>
</link>
</target>