mirror of
https://github.com/glest/glest-source.git
synced 2025-02-23 11:15:02 +01:00
Added faster build script on Windows
This commit is contained in:
parent
c4cfe1a02b
commit
498350f8bd
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
|
Loading…
x
Reference in New Issue
Block a user