update modules

This commit is contained in:
2018-12-16 23:13:46 +07:00
parent af95e86764
commit f443abe1c2
6 changed files with 209 additions and 36 deletions

View File

@@ -1,7 +1,7 @@
@echo off
set SCRIPT_DIR=%~dp0%
%SCRIPT_DIR%\build_debug.bat || goto :error
%SCRIPT_DIR%\build_release.bat || goto :error
call %SCRIPT_DIR%\build_debug.bat || goto :error
call %SCRIPT_DIR%\build_release.bat || goto :error
goto :EOF