mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 03:32:35 +01:00
5 lines
158 B
Batchfile
5 lines
158 B
Batchfile
@echo off
|
|
Echo Compiling for 32-bit using Visual Studio 2015...
|
|
SET VCVARS_PLATFORM=amd64_x86
|
|
SET FOLDER_NAME=vs2015-32
|
|
call .\build-zg.bat 2015-32 deps "%~1" |