FXSH_Build.bat 507 B

12345678910111213141516171819202122
  1. @echo off
  2. rem Do not edit! This batch file is created by CASIO fx-9860G SDK.
  3. if exist SHEXAGON.G1A del SHEXAGON.G1A
  4. cd debug
  5. if exist FXADDINror.bin del FXADDINror.bin
  6. "C:\CASIO\fx-9860G SDK\OS\SH\Bin\Hmake.exe" Addin.mak
  7. cd ..
  8. if not exist debug\FXADDINror.bin goto error
  9. "C:\CASIO\fx-9860G SDK\Tools\MakeAddinHeader363.exe" "C:\Dev\Git\Super-Hexagon-Casio"
  10. if not exist SHEXAGON.G1A goto error
  11. echo Build has completed.
  12. goto end
  13. :error
  14. echo Build was not successful.
  15. :end