From a9b4f53ad3f94c572f02b1351ccda8dcc4b5bb46 Mon Sep 17 00:00:00 2001 From: Yves Combe Date: Thu, 09 Nov 2006 09:53:06 +0000 Subject: Landing of GCOMPRIS_8_2_CROSSCOMPIL branch. Allow cross compilation for win32 with mingw/Linux. Use GLib functions instead of unix one . Adapt Tuxpaint launcher to make it work on Windows. --- (limited to 'cross-make.sh') diff --git a/cross-make.sh b/cross-make.sh new file mode 100755 index 0000000..9d99e43 --- /dev/null +++ b/cross-make.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# copied from http://www.libsdl.org/extras/win32/cross/README.txt + +PREFIX=/usr/local/cross-tools +TARGET=i386-mingw32msvc +PATH="$PREFIX/bin:$PREFIX/$TARGET/bin:$PATH" +export PATH +exec make $* -- cgit v0.9.1