Code

Text alignment is now taken into account when snapping a text object
[inkscape.git] / build.xml
index c32e22b1743d0b8fa280fc56f5d89dd6da585084..2606a3210a8a39a5eb4b982361c10d365d94f127 100644 (file)
--- a/build.xml
+++ b/build.xml
     <copy file="${src}/helper/sp-marshal.cpp.mingw"
           tofile="${src}/helper/sp-marshal.cpp"/>
           
-    <makefile file="${src}/inkscape-version.cpp">
+    <!--makefile file="${src}/inkscape-version.cpp">
         namespace Inkscape {
             char const *version_string = "${version} ${svn.revision}";
         }
+    </makefile-->
+    <makefile file="${src}/inkscape-version.cpp">
+        namespace Inkscape {
+            char const *version_string = "${version}";
+        }
     </makefile>
     <makefile file="config.h">
         #ifndef _CONFIG_H_
         #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
 
               stripcommand="${archutil}strip"
               objcopycommand="${archutil}objcopy">
        <flags>
-           -mwindows
+           -mconsole
            -mthreads
        </flags>
        <fileset dir="${build}">
               stripcommand="${archutil}strip"
               objcopycommand="${archutil}objcopy">
        <flags>
-           -mwindows
+           -mconsole
            -mthreads
        </flags>
        <fileset dir="${build}">