diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-02-17 20:51:06 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-02-17 20:51:06 +0000 |
| commit | 26771e937c18a68158c421df11e79971a4b91c57 (patch) | |
| tree | 95231506d48a1bbc6ca65e02ae600cfb344e925d | |
| parent | spellcheck keys (diff) | |
| download | inkscape-26771e937c18a68158c421df11e79971a4b91c57.tar.gz inkscape-26771e937c18a68158c421df11e79971a4b91c57.zip | |
make spellchecker compilable on windows
(bzr r7313)
| -rw-r--r-- | build.xml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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"/> |
