mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 11:42:31 +01:00
5 lines
154 B
Batchfile
5 lines
154 B
Batchfile
@echo off
|
|
Echo Compiling for 64-bit using Visual Studio 2017...
|
|
SET VCVARS_PLATFORM=amd64
|
|
SET FOLDER_NAME=vs2017-64
|
|
call .\build-zg.bat 2017-64 deps "%~1" |