X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=build.xml;h=407fa4ae1459bb5175ebb8a2ff13c8be421c881a;hb=e53de5bd49b2c47acad8390f29409739ff83da2c;hp=524ef8b9c515f1999090526001f8a18e66455577;hpb=34c409c20f7ef063b09462c5509a450201e69226;p=inkscape.git diff --git a/build.xml b/build.xml old mode 100644 new mode 100755 index 524ef8b9c..407fa4ae1 --- 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 @@ -314,6 +314,7 @@ + @@ -480,6 +481,7 @@ stripcommand="${archutil}strip" objcopycommand="${archutil}objcopy"> + -mwindows -mthreads @@ -511,9 +513,26 @@ + + - - + + + -mconsole + -mthreads + + + + + + + - + - + @@ -790,12 +811,13 @@ ## T A R G E T : D I S T - I N K S C A P E ######################################################################## --> - +