mirror of
https://github.com/HandmadeMath/HandmadeMath.git
synced 2025-12-28 23:54:32 +00:00
6 lines
193 B
Batchfile
6 lines
193 B
Batchfile
@echo off
|
|
|
|
if not defined ORIGINALPATH set ORIGINALPATH=%PATH%
|
|
set PATH=%ORIGINALPATH%
|
|
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
|