Files
glest-source/mk/windows/build+deps-2015-64.bat
2019-01-31 02:40:31 +01:00

5 lines
151 B
Batchfile

@echo off
Echo Compiling for 64-bit using Visual Studio 2015...
SET VCVARS_PLATFORM=amd64
SET FOLDER_NAME=vs2015-64
call .\build.bat 2015-64 deps "%~1"