1v13d/FXSH_Build.bat

23 lines
524 B
Batchfile

@echo off
rem Do not edit! This batch file is created by CASIO fx-9860G SDK.
if exist debug\*.obj del debug\*.obj
if exist 1V13D.G1A del 1V13D.G1A
cd debug
if exist FXADDINror.bin del FXADDINror.bin
"C:\CASIO\fx-9860G SDK\OS\SH\Bin\Hmake.exe" Addin.mak
cd ..
if not exist debug\FXADDINror.bin goto error
"C:\CASIO\fx-9860G SDK\Tools\MakeAddinHeader363.exe" "Z:\home\util1\1v13d"
if not exist 1V13D.G1A goto error
echo Build has completed.
goto end
:error
echo Build was not successful.
:end