2016-07-27 17:35:51 -06:00
|
|
|
@echo off
|
2022-12-12 03:00:35 -07:00
|
|
|
call "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64
|
|
|
|
cd VC2022
|
2016-07-27 17:35:51 -06:00
|
|
|
msbuild /m /p:Platform=x64 /p:Configuration=RelWithDebInfo PACKAGE.vcxproj
|
|
|
|
cd ..
|
2022-04-12 12:48:19 -06:00
|
|
|
exit %ERRORLEVEL%
|