Code

make spellchecker compilable on windows
authorbuliabyak <buliabyak@users.sourceforge.net>
Tue, 17 Feb 2009 20:51:06 +0000 (20:51 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Tue, 17 Feb 2009 20:51:06 +0000 (20:51 +0000)
build.xml

index fc4460c5eb44d8b3f22a5f626c6867e867d2998c..34cc62e953caed9527f47305df1f537f72be6a1d 100644 (file)
--- a/build.xml
+++ b/build.xml
            -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>
     <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"/>