|
From: <LN...@us...> - 2008-11-10 15:15:47
|
Revision: 39
http://dawnofinfinity.svn.sourceforge.net/dawnofinfinity/?rev=39&view=rev
Author: LNSU
Date: 2008-11-10 15:15:42 +0000 (Mon, 10 Nov 2008)
Log Message:
-----------
Added Paths:
-----------
080/cross-make-mingw.sh
Removed Paths:
-------------
cross-make-mingw.sh
Copied: 080/cross-make-mingw.sh (from rev 38, cross-make-mingw.sh)
===================================================================
--- 080/cross-make-mingw.sh (rev 0)
+++ 080/cross-make-mingw.sh 2008-11-10 15:15:42 UTC (rev 39)
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+export CC=i586-mingw32msvc-gcc
+export WINDRES=i586-mingw32msvc-windres
+export PLATFORM=mingw32
+exec make $*
Deleted: cross-make-mingw.sh
===================================================================
--- cross-make-mingw.sh 2008-11-10 15:12:10 UTC (rev 38)
+++ cross-make-mingw.sh 2008-11-10 15:15:42 UTC (rev 39)
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-export CC=i586-mingw32msvc-gcc
-export WINDRES=i586-mingw32msvc-windres
-export PLATFORM=mingw32
-exec make $*
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|