summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7c904f1)
raw | patch | inline | side by side (parent: 7c904f1)
author | ishmal <ishmal@users.sourceforge.net> | |
Sun, 15 Jul 2007 00:45:31 +0000 (00:45 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Sun, 15 Jul 2007 00:45:31 +0000 (00:45 +0000) |
build.xml | patch | blob | history |
diff --git a/build.xml b/build.xml
index c07d9b85ddc29328ae413893db2f1b4705961fa3..bd798ea685fe236e26bf0e33c0acbc027a0bd620 100644 (file)
--- a/build.xml
+++ b/build.xml
-->
<target name="init"
description=
- "Do all prepatory tasks, like make directories and copy files">
+ "Do all preparatory tasks, like make directories and copy files">
<!-- example of the <pkg-config> task
/* shared whiteboard */
#define WITH_INKBOARD 1
#define HAVE_SSL 1
+
+ /* use poppler for pdf import? */
+ #define HAVE_POPPLER 1
#endif /* _CONFIG_H_ */
</makefile>
-I${gtk}/include/libxml2
-I${gtk}/include/freetype2
-I${gtk}/include/cairo
+ -I${gtk}/include/poppler
<!-- PERL -->
-Wno-comment -I${gtk}/perl/lib/CORE
<!-- PYTHON -->
<!-- PYTHON -->
-L${gtk}/python/libs -lpython25
${gtk}/bin/libxml2.dll
+ -lpoppler
${gtk}/lib/iconv.lib
-lfreetype.dll -lfontconfig.dll
-llcms.dll
-lssl -lcrypto
- -lpng -lpopt ${gtk}/lib/zdll.lib
+ -lpng -ljpeg.dll -lpopt ${gtk}/lib/zdll.lib
-lgc -mwindows -lws2_32 -lintl -lm
</libs>
</link>