mirror of
https://github.com/glest/glest-source.git
synced 2025-09-09 07:20:47 +02:00
5 lines
153 B
Batchfile
5 lines
153 B
Batchfile
@echo off
|
|
Echo Compiling for 64-bit using Visual Studio 2017...
|
|
SET VCVARS_PLATFORM=amd64
|
|
SET FOLDER_NAME=vs2019-64
|
|
call .\build.bat 2019-64 nodeps "%~1" |