rebuildmx2cc_raspbian.bat 346 B

123456789101112
  1. echo off
  2. call common.bat
  3. echo.
  4. echo ***** Rebuilding mx2cc *****
  5. echo.
  6. %mx2cc% makemods -clean -config=release -target=raspbian monkey libc miniz stb-image stb-image-write stb-vorbis std
  7. %mx2cc% makeapp -build -clean -apptype=console -config=release -target=raspbian ../src/mx2cc/mx2cc.monkey2
  8. copy %mx2cc_raspbian_new% ..\bin\mx2cc_raspbian