Visual Studio 2017 build scripts

This commit is contained in:
Haydn Trigg
2018-03-11 00:15:31 +10:30
parent 8c6dbf490b
commit c6351021e4
5 changed files with 26 additions and 3 deletions
@@ -0,0 +1,7 @@
@echo off
rem build 32-bit
call "%~p0%build.generic.cmd" VS2017Professional Win32 Release v141
rem build 64-bit
call "%~p0%build.generic.cmd" VS2017Professional x64 Release v141