changeset 3:672bd528de33

Fixes etc.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 28 Sep 2012 02:41:33 +0300
parents 9578b979556a
children a039e8eebfb6
files README.txt build.sh
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Fri Sep 28 02:29:24 2012 +0300
+++ b/README.txt	Fri Sep 28 02:41:33 2012 +0300
@@ -10,3 +10,6 @@
 utilizes libSDL, zlib and a modified version of stb_image.c
 
 greets: pwp, iso, bilotrip, trilobit, jynttaveikot and other elites
+
+
+notice: linux version is a x86/32 binary and requires 32-bit libs.
--- a/build.sh	Fri Sep 28 02:29:24 2012 +0300
+++ b/build.sh	Fri Sep 28 02:41:33 2012 +0300
@@ -5,7 +5,7 @@
 
 for arch in i686 core2; do
 	make -f Makefile clean
-	make -f Makefile EXTRA_CFLAGS="-march=$arch"
+	make -f Makefile EXTRA_CFLAGS="-march=$arch" EXEEXT=".bin"
 	mv "$CPWD/${CBINPATH}${CEXE}.bin" "$CPWD/${CBINPATH}${CEXE}-${arch}.bin"
 	strip "$CPWD/${CBINPATH}${CEXE}-${arch}.bin"