Added faster build script on Windows

This commit is contained in:
mathusummut 2018-09-02 11:13:34 +02:00
parent c4cfe1a02b
commit 498350f8bd

View File

@ -0,0 +1,12 @@
@echo off
call build-zg-2015-32.bat nopause
call build-zg-2015-64.bat nopause
call build-zg-2017-32.bat nopause
call build-zg-2017-64.bat nopause
Echo Replacing glest.ini with glest_release.ini...
copy /y glest_release.ini bin\vs2015\glest.ini
copy /y glest_release.ini bin\vs2017\glest.ini
Echo.
ECHO ...and done
Echo.
if NOT "%~1"=="nopause" pause