summaryrefslogtreecommitdiff
path: root/tools/build_scripts/bin10/w_Rebuild_Plugins.bat
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build_scripts/bin10/w_Rebuild_Plugins.bat')
-rw-r--r--tools/build_scripts/bin10/w_Rebuild_Plugins.bat21
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/build_scripts/bin10/w_Rebuild_Plugins.bat b/tools/build_scripts/bin10/w_Rebuild_Plugins.bat
new file mode 100644
index 0000000000..484fcec41d
--- /dev/null
+++ b/tools/build_scripts/bin10/w_Rebuild_Plugins.bat
@@ -0,0 +1,21 @@
+call "%VS100COMNTOOLS%\..\..\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
+
+call vad.bat
+
+rd /S /Q "Release\Obj"
+
+del /F /S /Q "Release\*.pdb"
+
+popd \ No newline at end of file