X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=build.xml;h=38b86e26458cc567a57a0189f33a84632cc6038a;hb=b03899b976eaea0d850429cae78aca08f64245c6;hp=72090f3902f249de15e8f7a3edd6d9e71970f635;hpb=a1ce6c986c3fae204a0d94dc6c5ba0ecfc21d7f7;p=inkscape.git diff --git a/build.xml b/build.xml index 72090f390..38b86e264 100644 --- a/build.xml +++ b/build.xml @@ -41,17 +41,26 @@ - - - - + + - + + + + + + + + @@ -62,7 +71,7 @@ --> + "Do all preparatory tasks, like make directories and copy files"> + + + + - #define INKSCAPE_VERSION "${version}+devel" + #define INKSCAPE_VERSION "${version}" #ifndef _CONFIG_H_ @@ -121,6 +134,7 @@ #define HAVE_MALLOC_H 1 #define HAVE_STDLIB_H 1 #define HAVE_SYS_STAT_H 1 + #define HAVE_INTTYPES_H 1 #define ENABLE_LCMS 1 @@ -144,6 +158,16 @@ /* shared whiteboard */ #define WITH_INKBOARD 1 #define HAVE_SSL 1 + + /* use poppler for pdf import? */ + #define HAVE_POPPLER 1 + #define HAVE_POPPLER_CAIRO 1 + + /* do we want bitmap manipulation? */ + #define WITH_IMAGE_MAGICK 1 + + /* Allow reading WordPerfect? */ + #define WITH_LIBWPG 1 #endif /* _CONFIG_H_ */ @@ -177,11 +201,11 @@ destdir="${build}/obj"> + - @@ -189,7 +213,7 @@ - + @@ -239,7 +263,7 @@ - + @@ -247,7 +271,8 @@ - -Wall -O3 + -Wall -Wformat-security -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch + -O2 -mms-bitfields @@ -255,6 +280,7 @@ -DHAVE_CONFIG_H -DXP_WIN -D_INTL_REDIRECT_INLINE + -DHAVE_SSL -DRELAYTOOL_SSL="static const int libssl_is_present=1; static int __attribute__((unused)) libssl_symbol_is_present(char *s){ return 1; }" @@ -281,20 +307,38 @@ -I${gtk}/include/libxml2 -I${gtk}/include/freetype2 -I${gtk}/include/cairo + -I${gtk}/include/poppler + -I${gtk}/include/gc + -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 @@ -358,23 +402,33 @@ -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 -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 -L${gtk}/perl/lib/CORE -lperl58 -L${gtk}/python/libs -lpython25 ${gtk}/bin/libxml2.dll + ${gtk}/bin/libxslt.dll + -lcairo.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 -lfreetype.dll -lfontconfig.dll - -llcms.dll -lssl -lcrypto - -lpng -lpopt ${gtk}/lib/zdll.lib - -lgc -mwindows -lws2_32 -lintl -lm + -llcms.dll + -lpng -ljpeg.dll -ltiff.dll -lpopt ${gtk}/lib/zdll.lib + -lgc + -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm + + @@ -401,8 +455,7 @@ + objcopycommand="${archutil}objcopy"> @@ -412,23 +465,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 @@ -445,7 +504,7 @@ - + @@ -469,6 +528,7 @@ + @@ -476,8 +536,13 @@ - - + + + + + + + @@ -485,7 +550,7 @@ - + @@ -499,7 +564,6 @@ - @@ -515,6 +579,13 @@ + + + + + + + @@ -525,6 +596,53 @@ + + + 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. + gtk-button-images = 0 + + # enable/disable images in menus. most "stock" microsoft apps don't use these, except sparingly. + # the office apps use them heavily, though. + gtk-menu-images = 1 + + # use the win32 button ordering instead of the GNOME HIG one, where applicable + gtk-alternative-button-order = 1 + + style "msw-default" + { + GtkWidget::interior-focus = 1 + GtkOptionMenu::indicator-size = { 9, 5 } + GtkOptionMenu::indicator-spacing = { 7, 5, 2, 2 } + GtkSpinButton::shadow-type = in + + # Owen and I disagree that these should be themable + #GtkUIManager::add-tearoffs = 0 + #GtkComboBox::add-tearoffs = 0 + + GtkComboBox::appears-as-list = 1 + GtkComboBox::focus-on-click = 0 + + GOComboBox::add_tearoffs = 0 + + GtkTreeView::allow-rules = 0 + GtkTreeView::expander-size = 12 + + GtkExpander::expander-size = 12 + + GtkScrolledWindow::scrollbar_spacing = 1 + + GtkSeparatorMenuItem::horizontal-padding = 2 + + engine "wimp" + { + } + } + class "*" style "msw-default" + + @@ -535,7 +653,7 @@ ## T A R G E T : D I S T - A L L ######################################################################## --> -