Afegit soport per a GCW Zero

This commit is contained in:
2016-03-04 19:21:28 +01:00
parent 2a553b64e6
commit 7e41d76e55
5 changed files with 37 additions and 3 deletions

15
gcwmake Executable file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
mipsel-linux-gcc -D GCWZERO -O2 -I/opt/gcw0-toolchain/usr/mipsel-gcw0-linux-uclibc/sysroot/usr/include/SDL2 -D_GNU_SOURCE=1 -D_REENTRANT -lSDL2 -lSDL2_mixer -lstdc++ *.cpp -o aee
mksquashfs ./default.gcw0.desktop ./icon.png ./aee ./data.jrf aee.opk -all-root -noappend -no-exports -no-xattrs
ftp -n -v 10.1.1.2 << EOT
ascii
user root ezahfm
pass
cd apps
put ./aee.opk
bye
EOT