Added some more header files, and fixed much of the build system.

This commit is contained in:
meeh
2018-07-13 10:10:04 +00:00
parent 8c78d4f83e
commit a92993e05b
7 changed files with 711 additions and 82 deletions

View File

@ -0,0 +1,9 @@
#!/usr/bin/env bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd ../../..
ant preppkg-osx-only
cd pkg-temp
zip -r7 $DIR/base.zip *
echo "[+] Done building base.zip from ant's pkg-temp."
ninja appbundle