[Tux4kids-commits] r744 - tuxtype/branches/tuxtype-soc-mh
lummeh-guest at alioth.debian.org
lummeh-guest at alioth.debian.org
Sun Aug 31 07:50:55 UTC 2008
Author: lummeh-guest
Date: 2008-08-31 07:50:55 +0000 (Sun, 31 Aug 2008)
New Revision: 744
Added:
tuxtype/branches/tuxtype-soc-mh/cross-make.sh
Log:
missing config files
Added: tuxtype/branches/tuxtype-soc-mh/cross-make.sh
===================================================================
--- tuxtype/branches/tuxtype-soc-mh/cross-make.sh (rev 0)
+++ tuxtype/branches/tuxtype-soc-mh/cross-make.sh 2008-08-31 07:50:55 UTC (rev 744)
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+PREFIX=/usr/local/mingw
+TARGET=i586-pc-mingw32
+PATH="$PREFIX/bin:$PREFIX/$TARGET/bin:$PATH"
+export PATH
+exec make $*
More information about the Tux4kids-commits
mailing list