Commit 4c06ffa2 authored by Miso Zmiric (Mike Squinter)'s avatar Miso Zmiric (Mike Squinter)
Browse files

build g2.dat as part of mingw build

parent 3e9e17e6
Showing with 3 additions and 0 deletions
+3 -0
......@@ -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
......
build_g2.sh 100644 → 100755
File mode changed from 100644 to 100755
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment