X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=build.xml;h=660a3b6153364a31187612b030192ff9a27c5a7d;hb=736c58100a101409399de089c1912d285b4fac8a;hp=61cd10744814492717c1495069388dc160f4522c;hpb=e29cb04c6543de441edd6d70a343dbe4f5fc8bd7;p=inkscape.git diff --git a/build.xml b/build.xml old mode 100644 new mode 100755 index 61cd10744..660a3b615 --- a/build.xml +++ b/build.xml @@ -31,7 +31,7 @@ ## 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 @@ -42,7 +42,7 @@ - + @@ -104,12 +104,12 @@ namespace Inkscape { - char const *version_string = "${version}"; + char const *version_string = "${version} ${bzr.revision}"; } @@ -190,7 +190,7 @@ #define ENABLE_SVG_FONTS 1 /* Do we want experimental, unsupported, unguaranteed, etc., LivePathEffects enabled? */ - #define LPE_ENABLE_TEST_EFFECTS 1 + //#define LPE_ENABLE_TEST_EFFECTS 1 #define HAVE_ASPELL 1 @@ -480,7 +480,7 @@ stripcommand="${archutil}strip" objcopycommand="${archutil}objcopy"> - -mconsole + -mwindows -mthreads @@ -512,9 +512,26 @@ + + - - + + + -mconsole + -mthreads + + + + + + + - + - + @@ -792,12 +809,13 @@ ## T A R G E T : D I S T - I N K S C A P E ######################################################################## --> - +