mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 02:26:29 +03:00
Added static function IsImage to cImage. I've been doing some research to try to cross-compile iOS apps from Linux, but it seems that there are some problems, but i'll keep trying.
6 lines
180 B
Bash
Executable File
6 lines
180 B
Bash
Executable File
#!/bin/sh
|
|
cd $(dirname "$0")
|
|
premake4 --file=../../premake4.lua --os=windows --platform=mingw32 --with-static-eepp --with-static-freetype gmake
|
|
cd ../../make/mingw32/
|
|
time make $@
|