AldeBasiClib/FXSH_Build.bat

23 lines
450 B
Batchfile

@echo off
rem Do not edit! This batch file is created by CASIO fx-9860G SDK.
if exist ALD.G1A del ALD.G1A
cd debug
if exist FXADDINror.bin del FXADDINror.bin
"F:\Casio\fx-9860G SDK\OS\SH\Bin\Hmake.exe" Addin.mak
cd ..
if not exist debug\FXADDINror.bin goto error
"F:\Casio\fx-9860G SDK\Tools\MakeAddinHeader363.exe" "F:\AldTest"
if not exist ALD.G1A goto error
echo Build has completed.
goto end
:error
echo Build was not successful.
:end