diff --git a/build.sh b/build.sh index b69543ebd8..35c37add46 100755 --- a/build.sh +++ b/build.sh @@ -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 diff --git a/build_g2.sh b/build_g2.sh old mode 100644 new mode 100755