From: <sen...@us...> - 2009-02-28 22:36:19
|
Revision: 369 http://open2x.svn.sourceforge.net/open2x/?rev=369&view=rev Author: senquack Date: 2009-02-28 22:36:14 +0000 (Sat, 28 Feb 2009) Log Message: ----------- Changed makefile to default to GP2X build, removed extraneous file Modified Paths: -------------- trunk/utils/o2xiv/Makefile Removed Paths: ------------- trunk/utils/o2xiv/101bitches.png Deleted: trunk/utils/o2xiv/101bitches.png =================================================================== (Binary files differ) Modified: trunk/utils/o2xiv/Makefile =================================================================== --- trunk/utils/o2xiv/Makefile 2009-02-28 22:22:47 UTC (rev 368) +++ trunk/utils/o2xiv/Makefile 2009-02-28 22:36:14 UTC (rev 369) @@ -1,7 +1,7 @@ # BUILD SETTINGS ################################### -DEBUG := 1 +DEBUG := 0 # Valid values: UNIX, GP2X -PLATFORM := UNIX +PLATFORM := GP2X # If building for the GP2X GP2X_CHAINPREFIX := /opt/open2x/gcc-4.1.1-glibc-2.3.6 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |