mirror of
https://github.com/glest/glest-source.git
synced 2025-08-31 11:41:46 +02:00
5 lines
155 B
Batchfile
5 lines
155 B
Batchfile
@echo off
|
|
Echo Compiling for 32-bit using Visual Studio 2017...
|
|
SET VCVARS_PLATFORM=amd64_x86
|
|
SET FOLDER_NAME=vs2017-32
|
|
call .\build.bat 2017-32 deps "%~1" |