build g2.dat as part of mingw build

This commit is contained in:
Miso Zmiric (Mike Squinter) 2015-06-03 03:13:35 +01:00
parent 3e9e17e679
commit 4c06ffa2a0
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ pushd build
make
popd
echo Building: data/g2.dat
./build_g2.sh > /dev/null 2>&1
if [[ ! -h openrct2.dll ]]; then
ln -s build/openrct2.dll openrct2.dll
fi

0
build_g2.sh Normal file → Executable file
View File