diff options
| -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"/> |
