FXSH_Build.bat 541 B

12345678910111213141516171819202122
  1. @echo off
  2. rem Do not edit! This batch file is created by CASIO fx-9860G SDK.
  3. if exist HEXAGON.G1A del HEXAGON.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:\users\eiyeron\My Documents\Programming\Casio\Super-Hexagon-Casio"
  10. if not exist HEXAGON.G1A goto error
  11. echo Build has completed.
  12. goto end
  13. :error
  14. echo Build was not successful.
  15. :end