1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +01:00

Merge pull request #1206 from mzmiric5/g2-mingw

build g2.dat as part of mingw build
This commit is contained in:
Ted John
2015-06-03 03:16:45 +01:00
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