X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=build.xml;h=25a1a2c9670f04a4efd5613da3b42359acdf237c;hb=91cdc6c06e37ed5336e3e5f81dc8a6f39c07b500;hp=3b8b7a6a825e979f0b4eadad9fdcd38e4c54747d;hpb=04640b554cdb5c31110decfb241cb12fe8747272;p=inkscape.git diff --git a/build.xml b/build.xml index 3b8b7a6a8..25a1a2c96 100644 --- a/build.xml +++ b/build.xml @@ -41,7 +41,8 @@ - + + @@ -83,6 +84,11 @@ query="both" property="gtkmm" prefix="${gtk}"/> --> + + + + + - #define INKSCAPE_VERSION "${version}+devel" + #define INKSCAPE_VERSION "${version}" #ifndef _CONFIG_H_ @@ -156,7 +162,7 @@ /* use poppler for pdf import? */ #define HAVE_POPPLER 1 - //#define HAVE_POPPLER_CAIRO 1 + #define HAVE_POPPLER_CAIRO 1 /* do we want bitmap manipulation? */ #define WITH_IMAGE_MAGICK 1 @@ -201,7 +207,6 @@ - @@ -210,7 +215,6 @@ - @@ -269,7 +273,7 @@ -Wall -Wformat-security -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch - -O3 + -O2 -mms-bitfields @@ -309,19 +313,33 @@ -I${gtk}/include/libwpg-0.1 -I${gtk}/include/libwpd-0.8 - -Wno-comment -I${gtk}/perl/lib/CORE + -I${gtk}/python/include + + -I${src}/bind/javainc -I${src}/bind/javainc/win32 + + + + + + + + objcopycommand="${archutil}objcopy"> -mwindows @@ -386,7 +403,8 @@ -L${gtk}/lib - -lgtkmm-2.4 -lgdkmm-2.4 -lglibmm-2.4 + -lpoppler-cairo -lpoppler-glib -lpoppler.dll + -lgtkmm-2.4 -lgdkmm-2.4 -lglibmm-2.4 -latkmm-1.6 -lpangomm-1.4 -lsigc-2.0 -lgtk-win32-2.0 -lgdk-win32-2.0 -latk-1.0 -lgdk_pixbuf-2.0 @@ -398,9 +416,9 @@ -L${gtk}/python/libs -lpython25 ${gtk}/bin/libxml2.dll ${gtk}/bin/libxslt.dll - -lpoppler-cairo -lpoppler -lcairo.dll - -lwpg-0.1.dll -lwpg-stream-0.1.dll + -lcairomm-1.0.dll + -lwpg-0.1.dll -lwpg-stream-0.1.dll -lwpd-0.8.dll -lwpd-stream-0.8.dll ${gtk}/lib/iconv.lib -lMagick++ -lWand -lMagick @@ -438,8 +456,7 @@ + objcopycommand="${archutil}objcopy"> @@ -449,24 +466,29 @@ -L${gtk}/lib + -lpoppler-cairo -lpoppler-glib -lpoppler.dll -lgtkmm-2.4 -lgdkmm-2.4 -lglibmm-2.4 -latkmm-1.6 -lpangomm-1.4 -lsigc-2.0 -lgtk-win32-2.0 -lgdk-win32-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpangoft2-1.0 -lpangowin32-1.0 -lpango-1.0 - -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lcairo + -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lcairo -lcairomm-1.0 -L${gtk}/perl/lib/CORE -lperl58 - -L${gtk}/python/libs -lpython24 + -L${gtk}/python/libs -lpython25 ${gtk}/bin/libxml2.dll ${gtk}/bin/libxslt.dll ${gtk}/lib/iconv.lib + -lcairo.dll -lcairomm-1.0.dll + -lwpg-0.1.dll -lwpg-stream-0.1.dll + -lMagick++ -lWand -lMagick -lfreetype.dll -lfontconfig.dll -llcms.dll -lssl -lcrypto - -lpng -lpopt ${gtk}/lib/zdll.lib - -lgc -mwindows -lws2_32 -lintl -lm + -lpng -ljpeg.dll -ltiff.dll -lpopt ${gtk}/lib/zdll.lib + -lgc -mwindows + -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm @@ -483,7 +505,7 @@ - + @@ -562,19 +584,23 @@ + + + + - gtk-icon-sizes = "gtk-menu=13,13:gtk-small-toolbar=16,16:gtk-large-toolbar=24,24:gtk-dnd=32,32:inkscape-decoration=16,16" + gtk-icon-sizes = "gtk-menu=16,16:gtk-small-toolbar=16,16:gtk-large-toolbar=24,24:gtk-dnd=32,32:inkscape-decoration=16,16" gtk-toolbar-icon-size = small-toolbar # disable images in buttons. i've only seen ugly delphi apps use this feature. @@ -629,7 +655,7 @@ ## T A R G E T : D I S T - A L L ######################################################################## --> - @@ -637,6 +663,16 @@ + + + + + -