summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2007-08-19 01:01:08 +0000
committerishmal <ishmal@users.sourceforge.net>2007-08-19 01:01:08 +0000
commit25414cbe769b30f6895373b4d7c17208e40c277f (patch)
tree6e467f21023f5c9f9b28a60e69abaabf21bf3c64 /build.xml
parentSeparated the OCAL import and export dialogs into their own source file - oca... (diff)
downloadinkscape-25414cbe769b30f6895373b4d7c17208e40c277f.tar.gz
inkscape-25414cbe769b30f6895373b4d7c17208e40c277f.zip
fix build for boost and imagemagick
(bzr r3512)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml15
1 files changed, 7 insertions, 8 deletions
diff --git a/build.xml b/build.xml
index 7e152429d..f17afa30f 100644
--- a/build.xml
+++ b/build.xml
@@ -50,7 +50,6 @@
<property name="lib" location="lib"/>
<property name="build" location="build"/>
<property name="dist" location="inkscape"/>
- <property name="boost" location="c:/boost"/>
@@ -146,6 +145,9 @@
/* use poppler for pdf import? */
#define HAVE_POPPLER 1
+
+ /* do we want bitmap manipulation? */
+ #define WITH_IMAGE_MAGICK 1
#endif /* _CONFIG_H_ */
</makefile>
@@ -248,7 +250,6 @@
<exclude name="removeoverlap/test.cpp"/>
<exclude name="removeoverlap/remove_rectangle_overlap-test.cpp"/>
<exclude name="removeoverlap/remove_rectangle_overlap-test.h"/>
- <exclude name="extension/internal/bitmap/.*"/>
</fileset>
<flags>
-Wall -O3
@@ -291,9 +292,6 @@
-Wno-comment -I${gtk}/perl/lib/CORE
<!-- PYTHON -->
-I${gtk}/python/include
- <!-- 2geom -->
- <!-- -I${gtk}/include/2geom -->
- -I${boost}
</includes>
</cc>
</target>
@@ -381,10 +379,11 @@
-lpoppler
${gtk}/lib/iconv.lib
-lfreetype.dll -lfontconfig.dll
- -llcms.dll
-lssl -lcrypto
- -lpng -ljpeg.dll -lpopt ${gtk}/lib/zdll.lib
- -lgc -mconsole -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm
+ -lMagick++ -lWand -lMagick
+ -llcms.dll
+ -lpng -ljpeg.dll -ltiff.dll -lpopt ${gtk}/lib/zdll.lib
+ -lgc -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm
<!-- 2geom -->
<!-- -l2geom -->
</libs>