| 12345678910111213141516171819202122 |
- @echo off
- rem Do not edit! This batch file is created by CASIO fx-9860G SDK.
- if exist HEXAGON.G1A del HEXAGON.G1A
- cd debug
- if exist FXADDINror.bin del FXADDINror.bin
- "C:\Program Files\CASIO\fx-9860G SDK\OS\SH\Bin\Hmake.exe" Addin.mak
- cd ..
- if not exist debug\FXADDINror.bin goto error
- "C:\Program Files\CASIO\fx-9860G SDK\Tools\MakeAddinHeader363.exe" "Z:\home\adrien\Code\C\Casio\hexagon"
- if not exist HEXAGON.G1A goto error
- echo Build has completed.
- goto end
- :error
- echo Build was not successful.
- :end
|