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:
@@ -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
|
||||
Reference in New Issue
Block a user