Generic Visual Studio 2017 build script

This commit is contained in:
Haydn Trigg
2018-03-21 22:57:42 +10:30
parent d1bf609abf
commit 321de5682c
2 changed files with 19 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
@echo off
rem build 32-bit
call "%~p0%build.generic.cmd" VS2017 Win32 Release v141
rem build 64-bit
call "%~p0%build.generic.cmd" VS2017 x64 Release v141