2016-07-27 17:35:51 -06:00
|
|
|
@echo off
|
|
|
|
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
|
|
|
|
cd VC2015
|
|
|
|
msbuild /m /p:Platform=x64 /p:Configuration=RelWithDebInfo PACKAGE.vcxproj
|
|
|
|
cd ..
|
2022-04-12 12:48:19 -06:00
|
|
|
exit %ERRORLEVEL%
|