From 4427e1ea908a2d1f03159594340db8252255ac28 Mon Sep 17 00:00:00 2001 From: JailDoctor Date: Sat, 8 May 2021 18:16:05 +0200 Subject: [PATCH] Updated gcwmake --- .gitignore | 3 ++- gcwmake | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a0ea528..77b158b 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,5 @@ data/* trick.ini *.xcuserstate project.xcworkspace/ -xcuserdata/ \ No newline at end of file +xcuserdata/ +*.opk diff --git a/gcwmake b/gcwmake index e4201ca..90f7342 100755 --- a/gcwmake +++ b/gcwmake @@ -1,8 +1,8 @@ #!/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 +/opt/gcw0-toolchain/usr/bin/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 +/opt/gcw0-toolchain/usr/bin/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 @@ -12,4 +12,3 @@ cd apps put ./aee.opk bye EOT -