summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2009-02-17 20:51:06 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2009-02-17 20:51:06 +0000
commit26771e937c18a68158c421df11e79971a4b91c57 (patch)
tree95231506d48a1bbc6ca65e02ae600cfb344e925d
parentspellcheck keys (diff)
downloadinkscape-26771e937c18a68158c421df11e79971a4b91c57.tar.gz
inkscape-26771e937c18a68158c421df11e79971a4b91c57.zip
make spellchecker compilable on windows
(bzr r7313)
-rw-r--r--build.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index fc4460c5e..34cc62e95 100644
--- a/build.xml
+++ b/build.xml
@@ -597,7 +597,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>
@@ -694,6 +694,9 @@
<copy todir="${dist}/share"> <fileset dir="${devlibs}/share/poppler"/> </copy>
<copy todir="${dist}" file="${devlibs}/bin/gdb.exe"/>
+ <!-- Aspell dictionaries -->
+ <copy todir="${dist}/lib"> <fileset dir="${gtk}/lib/aspell-0.60"/> </copy>
+
<!-- Necessary to run extensions on windows if it is not in the path -->
<copy todir="${dist}" file="${devlibs}/bin/gspawn-win32-helper.exe"/>
<copy todir="${dist}" file="${devlibs}/bin/gspawn-win32-helper-console.exe"/>