|
@@ -1,16 +1,16 @@
|
|
|
@echo off
|
|
@echo off
|
|
|
rem Do not edit! This batch file is created by CASIO fx-9860G SDK.
|
|
rem Do not edit! This batch file is created by CASIO fx-9860G SDK.
|
|
|
|
|
|
|
|
-if exist debug\*.obj del debug\*.obj
|
|
|
|
|
|
|
+
|
|
|
if exist HEXAGON.G1A del HEXAGON.G1A
|
|
if exist HEXAGON.G1A del HEXAGON.G1A
|
|
|
|
|
|
|
|
cd debug
|
|
cd debug
|
|
|
if exist FXADDINror.bin del FXADDINror.bin
|
|
if exist FXADDINror.bin del FXADDINror.bin
|
|
|
-"C:\Program Files\CASIO\fx-9860G SDK\OS\SH\Bin\Hmake.exe" Addin.mak
|
|
|
|
|
|
|
+"C:\fx-9860G SDK\OS\SH\Bin\Hmake.exe" Addin.mak
|
|
|
cd ..
|
|
cd ..
|
|
|
if not exist debug\FXADDINror.bin goto error
|
|
if not exist debug\FXADDINror.bin goto error
|
|
|
|
|
|
|
|
-"C:\Program Files\CASIO\fx-9860G SDK\Tools\MakeAddinHeader363.exe" "Z:\Super-Hexagon-Casio"
|
|
|
|
|
|
|
+"C:\fx-9860G SDK\Tools\MakeAddinHeader363.exe" "C:\Users\Flo\GIT\Super-Hexagon-Casio"
|
|
|
if not exist HEXAGON.G1A goto error
|
|
if not exist HEXAGON.G1A goto error
|
|
|
echo Build has completed.
|
|
echo Build has completed.
|
|
|
goto end
|
|
goto end
|