From: <at...@us...> - 2007-08-30 22:07:32
|
Revision: 501 http://cadcdev.svn.sourceforge.net/cadcdev/?rev=501&view=rev Author: atani Date: 2007-08-30 15:07:22 -0700 (Thu, 30 Aug 2007) Log Message: ----------- removing gp2x port since it is no longer functional, a few parts of Tiki are now using features not available in GLES Modified Paths: -------------- tiki/include/Tiki/tiki.h Removed Paths: ------------- tiki/gp2x/ Modified: tiki/include/Tiki/tiki.h =================================================================== --- tiki/include/Tiki/tiki.h 2007-08-30 00:05:25 UTC (rev 500) +++ tiki/include/Tiki/tiki.h 2007-08-30 22:07:22 UTC (rev 501) @@ -30,8 +30,7 @@ #define TIKI_WIN32 1 #define TIKI_SDL 2 #define TIKI_DC 3 -#define TIKI_GP2X 4 -#define TIKI_NDS 5 +#define TIKI_NDS 4 // Bring in our custom types. #include "Tiki/tikitypes.h" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |