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