updatemods.bat 231 B

1234567891011121314
  1. echo off
  2. call common.bat
  3. echo.
  4. echo ***** Updating modules *****
  5. echo.
  6. %mx2cc% makemods -config=release %*
  7. if %errorlevel% neq 0 exit /b %errorlevel%
  8. %mx2cc% makemods -config=debug %*
  9. if %errorlevel% neq 0 exit /b %errorlevel%