Use the same number in the 'fill' as in the 'outline' when filling a stroke.
[synfig.git] / synfig-studio / trunk / win32build.sh
index 79dc939..6d657dd 100755 (executable)
@@ -2,7 +2,8 @@
 
 OPTIONS=""
 OPTIONS="$OPTIONS --disable-optimization"
-OPTIONS="$OPTIONS --disable-debug"
+#OPTIONS="$OPTIONS --disable-debug"
+OPTIONS="$OPTIONS --enable-debug"
 #OPTIONS="$OPTIONS --enable-license-key"
 
 
@@ -16,7 +17,7 @@ mkdir $BUILDDIR
 
 cd $BUILDDIR
 
-../configure $OPTIONS || exit 1
+../configure --host=mingw32 --prefix=C:/PROGRA~1/Synfig $OPTIONS || exit 1
 
 make package