summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2014-06-01 13:13:32 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2014-06-01 13:13:32 +0000
commitb49f134bd7527b5cdc1d832c58c2b2d648cfdc7d (patch)
tree8ca0c51b07dc09b81b9333155733c625242d88a3
parentspellcheck.cpp: correct indenting. disable debug output. (diff)
downloadinkscape-b49f134bd7527b5cdc1d832c58c2b2d648cfdc7d.tar.gz
inkscape-b49f134bd7527b5cdc1d832c58c2b2d648cfdc7d.zip
win64: add aspell to build-x64.xml (win64 is now has all features that win32 version has!)
(bzr r13341.1.45)
-rw-r--r--build-x64.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/build-x64.xml b/build-x64.xml
index 24168e039..adeb654fa 100644
--- a/build-x64.xml
+++ b/build-x64.xml
@@ -221,7 +221,7 @@
#define WITH_CSSBLEND 1
#define WITH_MESH 1
- //#define HAVE_ASPELL 1
+ #define HAVE_ASPELL 1
#endif /* _CONFIG_H_ */
</makefile>
@@ -501,7 +501,7 @@
-lgc
-lws2_32 -lintl -lgdi32 -lcomdlg32 -lm
-lgomp -lwinpthread-1
- <!-- laspell -->
+ -laspell
-lmscms <!-- required for color profiles -->
</libs>
</link>
@@ -589,7 +589,7 @@
-lgc
-lws2_32 -lintl -lgdi32 -lcomdlg32 -lm
-lgomp -lwinpthread
- <!-- laspell -->
+ -laspell
-lmscms <!-- required for color profiles -->
</libs>
</link>
@@ -640,7 +640,7 @@
-lgc
-lws2_32 -lintl -lgdi32 -lcomdlg32 -lm
-lgomp -lwinpthread-1
- <!-- laspell -->
+ -laspell
-lmscms <!-- required for color profiles -->
</libs>
</link>
@@ -679,6 +679,7 @@
<copy todir="${dist}" file="${devlibs}/bin/libharfbuzz-0.dll"/>
<copy todir="${dist}" file="${devlibs}/bin/liblzma-5.dll"/>
+ <copy todir="${dist}" file="${devlibs}/bin/libaspell-15.dll"/>
<copy todir="${dist}" file="${devlibs}/bin/libatk-1.0-0.dll"/>
<copy todir="${dist}" file="${devlibs}/bin/libgdk-win32-2.0-0.dll"/>
<copy todir="${dist}" file="${devlibs}/bin/libgdk_pixbuf-2.0-0.dll"/>
@@ -774,7 +775,7 @@
<copy todir="${dist}" file="${devlibs}/bin/gdb.exe"/>
<!-- Aspell dictionaries -->
- <!-- <copy todir="${dist}/lib"> <fileset dir="${devlibs}/lib/aspell-0.60"/> </copy> -->
+ <copy todir="${dist}/lib"> <fileset dir="${devlibs}/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-win64-helper.exe"/>