summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJosh Andler <scislac@gmail.com>2009-09-29 03:26:32 +0000
committerscislac <scislac@users.sourceforge.net>2009-09-29 03:26:32 +0000
commit46c5aebf97fc8d932454b485777a667a0e2043dd (patch)
tree8fe5ad96eb445e7b02a0c794adb732e5ddd79275 /build.xml
parentFixed leaking memory and added proper name fallback. Applies modified patch a... (diff)
downloadinkscape-46c5aebf97fc8d932454b485777a667a0e2043dd.tar.gz
inkscape-46c5aebf97fc8d932454b485777a667a0e2043dd.zip
Per Johan, a couple build fixes for Win32 cxxtests.
(bzr r8673)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index b9d7f8393..16443dfc2 100644
--- a/build.xml
+++ b/build.xml
@@ -553,7 +553,7 @@
-lpng -ljpeg.dll -ltiff.dll -lpopt ${devlibs}/lib/zdll.lib
-lgc
-lws2_32 -lintl -lgdi32 -lcomdlg32 -lm
- -lgomp -lpthreadGC2
+ -lgomp -lpthreadGC2 -laspell
-lmscms <!-- required for color profiles -->
</libs>
</link>
@@ -605,7 +605,7 @@
-lpng -ljpeg.dll -ltiff.dll -lpopt ${devlibs}/lib/zdll.lib
-lgc
-lws2_32 -lintl -lgdi32 -lcomdlg32 -lm
- -lgomp -lpthreadGC2
+ -lgomp -lpthreadGC2 -laspell
-lmscms <!-- required for color profiles -->
</libs>
</link>