X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fwin32build.sh;h=b78dbb9a9439038e16837e57a347c49dbef8e39a;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=79dc939e83021eb1ca1b439fa7601718c1d8b7d8;hpb=ce408de81ca266b1f334ee9bc6c8fb7ba1492ed4;p=synfig.git diff --git a/synfig-studio/trunk/win32build.sh b/synfig-studio/trunk/win32build.sh index 79dc939..b78dbb9 100755 --- a/synfig-studio/trunk/win32build.sh +++ b/synfig-studio/trunk/win32build.sh @@ -2,13 +2,13 @@ OPTIONS="" OPTIONS="$OPTIONS --disable-optimization" -OPTIONS="$OPTIONS --disable-debug" -#OPTIONS="$OPTIONS --enable-license-key" +#OPTIONS="$OPTIONS --disable-debug" +OPTIONS="$OPTIONS --enable-debug" BUILDDIR=win32build -[ -e configure ] || ./bootstrap || exit 1 +[ -e configure ] || autoreconf --force --install || exit 1 [ -d $BUILDDIR ] && rm -fr $BUILDDIR @@ -16,7 +16,7 @@ mkdir $BUILDDIR cd $BUILDDIR -../configure $OPTIONS || exit 1 +../configure --host=mingw32 --prefix=C:/PROGRA~1/Synfig $OPTIONS || exit 1 make package