diff options
| author | Josh Andler <scislac@gmail.com> | 2009-09-29 03:26:32 +0000 |
|---|---|---|
| committer | scislac <scislac@users.sourceforge.net> | 2009-09-29 03:26:32 +0000 |
| commit | 46c5aebf97fc8d932454b485777a667a0e2043dd (patch) | |
| tree | 8fe5ad96eb445e7b02a0c794adb732e5ddd79275 /build.xml | |
| parent | Fixed leaking memory and added proper name fallback. Applies modified patch a... (diff) | |
| download | inkscape-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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |
