From 760c3ae475b4b39b486f72c7adb8c1f1d83b440f Mon Sep 17 00:00:00 2001 From: watcherhd Date: Sat, 5 Aug 2017 18:28:13 +0300 Subject: build scripts for those who are willing to keep it all going --- tools/build_scripts/bin12/w_Rebuild_Plugins.bat | 31 +++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 tools/build_scripts/bin12/w_Rebuild_Plugins.bat (limited to 'tools/build_scripts/bin12/w_Rebuild_Plugins.bat') diff --git a/tools/build_scripts/bin12/w_Rebuild_Plugins.bat b/tools/build_scripts/bin12/w_Rebuild_Plugins.bat new file mode 100644 index 0000000000..d61886c103 --- /dev/null +++ b/tools/build_scripts/bin12/w_Rebuild_Plugins.bat @@ -0,0 +1,31 @@ +call "%VS120COMNTOOLS%\..\..\VC\vcvarsall.bat" + +call git_update.bat + +if exist "Release" rd /Q /S "Release" >nul + +if exist "..\include\m_version.h" del /F /Q "..\include\m_version.h" +echo on +pushd ..\build +call make_ver.bat +popd + +MsBuild.exe "plugs_vad.sln" /m /t:Rebuild /p:Configuration=Release /p:Platform="Win32" /fileLogger /fileLoggerParameters:LogFile=Logs\plugs_vad.log;errorsonly;warningsonly +set BUILD_STATUS=%ERRORLEVEL% +if %BUILD_STATUS%==0 echo Build success +if not %BUILD_STATUS%==0 goto :Error + +call vad.bat + +rd /S /Q "Release\Obj" + +rem del /F /S /Q "Release\*.pdb" + +rem popd + +goto :eof + +:Error +echo ============================= FAIL! ============================= +pause +exit -- cgit v1.2.3