diff options
Diffstat (limited to 'tools/build_scripts/bin12/w_Rebuild_Plugins.bat')
-rw-r--r-- | tools/build_scripts/bin12/w_Rebuild_Plugins.bat | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/tools/build_scripts/bin12/w_Rebuild_Plugins.bat b/tools/build_scripts/bin12/w_Rebuild_Plugins.bat deleted file mode 100644 index d61886c103..0000000000 --- a/tools/build_scripts/bin12/w_Rebuild_Plugins.bat +++ /dev/null @@ -1,31 +0,0 @@ -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 |