Index: cross-make-mingw64.sh =================================================================== --- cross-make-mingw64.sh (revision 0) +++ cross-make-mingw64.sh (revision 0) @@ -0,0 +1,7 @@ +#!/bin/sh + +export CC=amd64-mingw32msvc-gcc +export WINDRES=amd64-mingw32msvc-windres +export PLATFORM=mingw32 +export ARCH=x64 +exec make $* Property changes on: cross-make-mingw64.sh ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + text/plain Added: svn:eol-style + native Index: cross-make-mingw.sh =================================================================== --- cross-make-mingw.sh (revision 2023) +++ cross-make-mingw.sh (working copy) @@ -3,8 +3,5 @@ export CC=i586-mingw32msvc-gcc export WINDRES=i586-mingw32msvc-windres export PLATFORM=mingw32 -if [ !$ARCH ] -then export ARCH=x86 -fi exec make $*