[quake3-commits] r2035 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Jun 16 17:49:33 EDT 2011


Author: thilo
Date: 2011-06-16 17:49:33 -0400 (Thu, 16 Jun 2011)
New Revision: 2035

Added:
   trunk/cross-make-mingw64.sh
Log:
Add mingw64 crossbuild script, patch by Zack Middleton


Added: trunk/cross-make-mingw64.sh
===================================================================
--- trunk/cross-make-mingw64.sh	                        (rev 0)
+++ trunk/cross-make-mingw64.sh	2011-06-16 21:49:33 UTC (rev 2035)
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+export CC=amd64-mingw32msvc-gcc
+export WINDRES=amd64-mingw32msvc-windres
+export PLATFORM=mingw32
+if [ !$ARCH ]
+then
+export ARCH=x86_64
+fi
+exec make $*


Property changes on: trunk/cross-make-mingw64.sh
___________________________________________________________________
Name: svn:executable
   + *



More information about the quake3-commits mailing list