diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-02-18 15:16:32 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-02-18 15:16:32 +0000 |
| commit | 9dd4fca8481fd6fbb7ebb50afcd35c88550c30c5 (patch) | |
| tree | 1309c2502fd7dc8da096d2253e8ff66265213086 | |
| parent | added spellcheck dialog's file to the list of translatables (diff) | |
| download | inkscape-9dd4fca8481fd6fbb7ebb50afcd35c88550c30c5.tar.gz inkscape-9dd4fca8481fd6fbb7ebb50afcd35c88550c30c5.zip | |
fix wrong place for -laspell
(bzr r7321)
| -rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |
