Files
eepp/projects/emscripten/make.sh
2013-11-09 13:55:44 -03:00

9 lines
289 B
Bash
Executable File

#!/bin/sh
cd $(dirname "$0")
premake4 --file=../../premake4.lua --with-gles1 --with-gles2 --with-static-eepp --with-static-freetype --platform=emscripten --with-backend=SDL gmake
cd ../../make/emscripten/
#mkdir -p data
ln -sf ../../assets/ ./
sed -i 's/-rcs/rcs/g' *.make
emmake make $@