From 10ebc66fac9675664bb4113edfb24b5daf161bae Mon Sep 17 00:00:00 2001 From: Plagman Date: Sun, 2 Dec 2012 23:24:12 +0000 Subject: [PATCH] Revert "Make synthesis use the debian-packaged mingw32 cross-compiler and nasm." This reverts commit 2cb2588e57fc4c142658413af445ab718c9d2fab. git-svn-id: https://svn.eduke32.com/eduke32@3251 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/synthesis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polymer/synthesis.sh b/polymer/synthesis.sh index b299ffff0..27e111d58 100755 --- a/polymer/synthesis.sh +++ b/polymer/synthesis.sh @@ -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='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 ) +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 ) clean=veryclean # the following file paths are relative to $source