Added msvc configure script. Renamed "build" scripts to "configure" scripts.

This commit is contained in:
Kearwood Kip Gilbert
2019-07-14 14:41:10 -07:00
parent f4e68d491a
commit 891bb18b10
3 changed files with 2 additions and 0 deletions

2
configure_win64_msvc.bat Normal file
View File

@@ -0,0 +1,2 @@
rem call "%VSINSTALLDIR%VC\Auxiliary\Build\vcvars64.bat"
cmake -H. -G"Visual Studio 15 2017" -Bbuild -DCMAKE_TOOLCHAIN_FILE="tools/toolchain-x86_64-pc-windows-msvc.cmake"