summaryrefslogtreecommitdiff
path: root/FXSH_Build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'FXSH_Build.bat')
-rw-r--r--FXSH_Build.bat22
1 files changed, 22 insertions, 0 deletions
diff --git a/FXSH_Build.bat b/FXSH_Build.bat
new file mode 100644
index 0000000..a0ab64f
--- /dev/null
+++ b/FXSH_Build.bat
@@ -0,0 +1,22 @@
+@echo off
+rem Do not edit! This batch file is created by CASIO fx-9860G SDK.
+
+
+if exist SNOW.G1A del SNOW.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\Snow"
+if not exist SNOW.G1A goto error
+echo Build has completed.
+goto end
+
+:error
+echo Build was not successful.
+
+:end
+