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
+6
View File
@@ -0,0 +1,6 @@
@echo off
rem build 32-bit
call "%~p0%build.generic.cmd" VS2012 Release "Clean,Build" Win32 v110
rem build 64-bit
call "%~p0%build.generic.cmd" VS2012 Release "Clean,Build" x64 v110