Make synthesis use the debian-packaged mingw32 cross-compiler and nasm.

If you see any weird behavior in synthesis builds after this change, please
let Plagman know!

git-svn-id: https://svn.eduke32.com/eduke32@3233 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
Plagman 2012-11-25 16:04:07 +00:00
parent 65104593e1
commit 2cb2588e57

View file

@ -5,7 +5,7 @@ top=/var/www/synthesis/eduke32
lockfile=$top/synthesis_building
source=eduke32
output=/var/www/dukeworld.duke4.net/eduke32/synthesis
make=( make PLATFORM=WINDOWS CC='wine gcc' CXX='wine g++' AS='wine nasm' RC='wine windres' STRIP='wine strip' AR='wine ar' RANLIB='wine ranlib' PRETTY_OUTPUT=0 NEDMALLOC=0 )
make=( make PLATFORM=WINDOWS CC='i586-mingw32msvc-gcc' CXX='i586-mingw32msvc-g++' AS='nasm' RC='i586-mingw32msvc-windres' STRIP='i586-mingw32msvc-strip' AR='i586-mingw32msvc-ar' RANLIB='i586-mingw32msvc-ranlib' PRETTY_OUTPUT=0 NEDMALLOC=0 )
clean=veryclean
# the following file paths are relative to $source