Get stuff kind of working on Windows

This commit is contained in:
Ben Visness
2018-07-10 21:26:16 -05:00
parent fabad91c39
commit d67607d3d1
10 changed files with 34343 additions and 0 deletions

5
example/shell.bat Normal file
View File

@@ -0,0 +1,5 @@
@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