2
0

rebuildmods.bat 196 B

123456789
  1. echo off
  2. echo.
  3. echo ***** Rebuilding modules *****
  4. echo.
  5. ..\bin\mx2cc_windows makemods -clean -config=release -target=desktop
  6. ..\bin\mx2cc_windows makemods -clean -config=debug -target=desktop