Added build commands for various versions of Visual Studio

- For people who want to build the library without opening it in VS
This commit is contained in:
Christophe Chevalier
2016-06-07 11:36:13 +02:00
parent ee1a084852
commit dea76e1db0
6 changed files with 66 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
@echo off
rem build 32-bit
call "%~p0%build.generic.cmd" VS2015 Release "Clean,Build" Win32 v140
rem build 64-bit
call "%~p0%build.generic.cmd" VS2015 Release "Clean,Build" x64 v140