Code

revert to previous version.
[inkscape.git] / build.xml
index cdf857cbee35b0eeb60d8f802cadde4a2183b0ba..7c3b67b882b6d9dd04223d96c77dad60bdd2904f 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -41,7 +41,7 @@
     </description>
 
   <!-- set global properties for this build -->
-  <property name="version"     value="0.46dev"/>
+  <property name="version"     value="0.45+devel"/>
   <property name="src"         location="src"/>
   <property name="lib"         location="lib"/>
   <property name="build"       location="build"/>
               stripcommand="${archutil}strip"
               objcopycommand="${archutil}objcopy">
        <flags>
-           -mwindows -g
+           -mwindows
        </flags>
        <fileset dir="${build}">
            <include name="inkres.o"/>
   ## T A R G E T    :    D I S T
   ########################################################################
   -->
-  <target name="dist" depends="link,i18n"
+  <target name="dist" depends="link,linkinkview,i18n"
       description="generate the distribution directory with all needed files">
 
     <!-- Create the distribution directory -->
 
     <!--<copy file="${gtk}/share/themes/MS-Windows/gtk-2.0/gtkrc" todir="${dist}/etc/gtk-2.0"/>-->
     <makefile file="${dist}/etc/gtk-2.0/gtkrc">
-    gtk-icon-sizes = "gtk-menu=13,13:gtk-small-toolbar=16,16:gtk-large-toolbar=24,24:gtk-dnd=32,32:inkscape-decoration=16,16"
+    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.