YATC has been tested on PocketPC 2003 during 2007. (This has not been done at a later time, and there are no public binary releases.) Watch the video!
It's "simple"... - Compile SDL using arm-wince-mingw32ce (in remainder: mingw32ce)
- Compile GMP using mingw32ce, in invalid.c you must remove #include <signal.h> and raise(SIGFPE)
- Compile SDL_gfx using mingw32ce
- Compile GLICT using mingw32ce, making sure that in the makefile, CPPFLAGS also includes -DNO_GL
- Compile YATC
using mingw32ce, making sure that in the makefile, CPPFLAGS and CFLAGS
includes -DWINCE and that LIBS includes -loleaut32 -lws2 -lSDL -lGLICT
-lSDL_gfx
If I missed anything, I won't apologize! |
|