mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-01 19:16:30 +03:00
Removed old Makefiles. Removed old ios compiling scripts. Renamed ios cross-compile.sh to cross-compile-arm7.sh.
8 lines
227 B
Bash
Executable File
8 lines
227 B
Bash
Executable File
#!/bin/sh
|
|
cd $(dirname "$0")
|
|
|
|
premake4 --file=../../premake4.lua --platform=ios-cross-arm7 --with-static-freetype --with-static-eepp --with-gles1 --with-gles2 --with-static-backend gmake
|
|
|
|
cd ../../make/ios-cross-arm7/
|
|
make $@
|