X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=build.xml;h=90501a5cb84ad074aed05a9c2c12ee11eed715c0;hb=8a2e76b7021b9b960d7c30801a1a14461d9b5939;hp=0355b98bc5049559d62f6adf5357b366b68fa25d;hpb=3d42594dff3dfffd4c9de80c743ee387b0e403f4;p=inkscape.git diff --git a/build.xml b/build.xml old mode 100644 new mode 100755 index 0355b98bc..90501a5cb --- a/build.xml +++ b/build.xml @@ -31,18 +31,18 @@ ## P R O J E C T : I N K S C A P E ######################################################################## --> - + Build file for the Inkscape SVG editor. This file was written for GTK-2.10 on Win32, but it should work well for other types of builds with only minor adjustments. - Note that the default target is 'dist'. You can execute other + Note that the default target is 'dist-all'. You can execute other targets instead, by "btool {target}", like "btool compile", if - you want to save time. + you want to save time, or "dist-inkscape" if you don't want inkview. - + @@ -52,8 +52,11 @@ - + + + + @@ -61,6 +64,9 @@ + + + --> @@ -89,15 +95,22 @@ - - + - - #define INKSCAPE_VERSION "${version}" + + + + namespace Inkscape { + char const *version_string = "${version} ${bzr.revision}"; + } #ifndef _CONFIG_H_ @@ -137,6 +150,8 @@ #define HAVE_STDLIB_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_INTTYPES_H 1 + #define HAVE_OPENMP 1 + #define HAVE_TR1_UNORDERED_SET 1 #define ENABLE_LCMS 1 @@ -158,8 +173,8 @@ #define WITH_PYTHON 1 /* shared whiteboard */ - #define WITH_INKBOARD 1 - #define HAVE_SSL 1 + #undef WITH_INKBOARD + #undef HAVE_SSL /* use poppler for pdf import? */ #define HAVE_POPPLER 1 @@ -171,25 +186,18 @@ /* Allow reading WordPerfect? */ #define WITH_LIBWPG 1 - #endif /* _CONFIG_H_ */ - - + /* Do we support SVG Fonts? */ + #define ENABLE_SVG_FONTS 1 + /* Do we want experimental, unsupported, unguaranteed, etc., LivePathEffects enabled? */ + //#define LPE_ENABLE_TEST_EFFECTS 1 + #define HAVE_ASPELL 1 - - - - - + #endif /* _CONFIG_H_ */ + - - + + @@ -215,21 +225,22 @@ - - + - - + @@ -240,25 +251,33 @@ - + - + + + + + + + - - + template="${src}/cxxtest-template.tpl"> @@ -279,21 +298,23 @@ + continueOnError="true" + refreshCache="${refresh}"> + + - + @@ -306,8 +327,6 @@ - - @@ -324,14 +343,12 @@ - - - - + + @@ -362,6 +379,7 @@ -Wall -Wformat -Werror=format-security -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -O2 -mms-bitfields + -fopenmp -DVERSION=\"${version}\" @@ -376,7 +394,8 @@ ${pcc.gtkmm-2.4} - -I${devlibs}/include/libxml2 + ${pcc.Magick++} + ${pcc.libxml-2.0} ${pcc.freetype2} ${pcc.cairo} ${pcc.poppler} @@ -408,13 +427,15 @@ - - - - - - - + + + + + + + + + @@ -461,6 +482,7 @@ objcopycommand="${archutil}objcopy"> -mwindows + -mthreads @@ -468,6 +490,7 @@ + -L${devlibs}/lib ${pcl.poppler-cairo} ${pcl.poppler-glib} ${pcl.poppler} @@ -476,22 +499,40 @@ ${devlibs}/bin/libxslt.dll ${pcl.cairo} ${pcl.cairomm-1.0} ${pcl.libwpg-0.1} ${pcl.libwpg-stream-0.1} - ${devlibs}/lib/iconv.lib - ${pcl.ImageMagick++} + -liconv + ${pcl.Magick++} ${pcl.fontconfig} ${pcl.freetype2} - -lssl -lcrypto ${pcl.lcms} ${pcl.gsl} - -lpng -ljpeg.dll -ltiff.dll -lpopt ${devlibs}/lib/zdll.lib + -lpng -ljpeg -ltiff -lpopt -lz -lgc -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm + -lgomp -lpthreadGC2 -laspell + -lmscms + + - - + + + -mconsole + -mthreads + + + + + + + - -L${devlibs}/perl/lib/CORE -lperl58 - - -L${devlibs}/python/libs -lpython25 + ${pcl.poppler-cairo} ${pcl.poppler-glib} ${pcl.poppler} + ${pcl.gtkmm-2.4} ${pcl.pangoft2} ${pcl.gthread-2.0} ${devlibs}/bin/libxml2.dll ${devlibs}/bin/libxslt.dll - ${devlibs}/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 -ljpeg.dll -ltiff.dll -lpopt ${devlibs}/lib/zdll.lib - -lgc -mwindows + ${pcl.cairo} ${pcl.cairomm-1.0} + ${pcl.libwpg-0.1} ${pcl.libwpg-stream-0.1} + -liconv + ${pcl.Magick++} + ${pcl.fontconfig} ${pcl.freetype2} + ${pcl.lcms} + ${pcl.gsl} + -lpng -ljpeg -ltiff -lpopt -lz + -lgc -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm + -lgomp -lpthreadGC2 -laspell + -lmscms @@ -558,14 +599,17 @@ stripcommand="${archutil}strip" objcopycommand="${archutil}objcopy"> + -mthreads + + @@ -577,15 +621,16 @@ ${devlibs}/bin/libxslt.dll ${pcl.cairo} ${pcl.cairomm-1.0} ${pcl.libwpg-0.1} ${pcl.libwpg-stream-0.1} - ${devlibs}/lib/iconv.lib - ${pcl.ImageMagick++} + -liconv + ${pcl.Magick++} ${pcl.fontconfig} ${pcl.freetype2} - -lssl -lcrypto ${pcl.lcms} ${pcl.gsl} - -lpng -ljpeg.dll -ltiff.dll -lpopt ${devlibs}/lib/zdll.lib + -lpng -ljpeg -ltiff -lpopt -lz -lgc -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm + -lgomp -lpthreadGC2 -laspell + -lmscms @@ -593,15 +638,13 @@ - - - @@ -610,6 +653,7 @@ + @@ -624,8 +668,10 @@ + - + + @@ -634,25 +680,31 @@ - - + - - - + - + + + + + + + + + + @@ -673,6 +725,8 @@ + + @@ -680,6 +734,9 @@ + + + @@ -688,12 +745,12 @@ - + - + @@ -702,6 +759,9 @@ # disable images in buttons. i've only seen ugly delphi apps use this feature. gtk-button-images = 0 + + # disable the annoying beep in editable controls + gtk-error-bell = 0 # enable/disable images in menus. most "stock" microsoft apps don't use these, except sparingly. # the office apps use them heavily, though. @@ -745,6 +805,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + - + + + - - + + + @@ -820,13 +929,14 @@ - + +