2018-05-14 13:15:38 -06:00
|
|
|
call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
|
2016-07-27 17:35:51 -06:00
|
|
|
cd VC2015
|
|
|
|
msbuild /m /p:Platform=x64 /p:Configuration=RelWithDebInfo INSTALL.vcxproj
|
2018-05-14 13:15:38 -06:00
|
|
|
cd ..
|