From 6d0da2d681b3533dbab09630a82b372774b1c4c8 Mon Sep 17 00:00:00 2001 From: darco Date: Sun, 30 Oct 2005 23:53:00 +0000 Subject: [PATCH] meh git-svn-id: http://svn.voria.com/code@32 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/win32build.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/synfig-studio/trunk/win32build.sh b/synfig-studio/trunk/win32build.sh index f08fbe9..cfaf3b7 100755 --- a/synfig-studio/trunk/win32build.sh +++ b/synfig-studio/trunk/win32build.sh @@ -1,14 +1,16 @@ #!/bin/sh -#OPT_FLAGS="--disable-optimization --disable-debug --enable-license-key" -OPTIONS="--disable-optimization --disable-debug" +OPTIONS="" +OPTIONS="$OPTIONS --disable-optimization" +OPTIONS="$OPTIONS --disable-debug" +OPTIONS="$OPTIONS --enable-license-key" BUILDDIR=win32build [ -e configure ] || ./bootstrap || exit 1 - [ -d $BUILDDIR ] && rm -fr $BUILDDIR +[ -d $BUILDDIR ] && rm -fr $BUILDDIR mkdir $BUILDDIR -- 2.7.4