mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 19:04:00 +02:00
Added faster build script on Windows
This commit is contained in:
12
mk/windows/prep-for-release-nodeps.bat
Normal file
12
mk/windows/prep-for-release-nodeps.bat
Normal 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
|
Reference in New Issue
Block a user