summaryrefslogtreecommitdiff
path: root/FXSH_Build.bat
blob: 833c7d1c8e4511b29080a3addd2c0534dcec7a0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@echo off
rem Do not edit! This batch file is created by CASIO fx-9860G SDK.


if exist FIREWORK.G1A  del FIREWORK.G1A

cd debug
if exist FXADDINror.bin  del FXADDINror.bin
"G:\Casio SDK\OS\SH\Bin\Hmake.exe" Addin.mak
cd ..
if not exist debug\FXADDINror.bin  goto error

"G:\Casio SDK\Tools\MakeAddinHeader363.exe" "G:\Casio SDK\Projekte\Firework"
if not exist FIREWORK.G1A  goto error
echo Build has completed.
goto end

:error
echo Build was not successful.

:end