This repository has been archived on 2019-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
2048-casio/FXSH_Build.bat
Geoffrey Frogeye f83d3e7785 Addedd transition for both merging tiles
* Added hasMoved and isNew attributes to Tile type
* Made obsolete arbitrary content in previousPosition
* Made code more robust to creation of new tiles
* Made some changes for and against the original code
2014-04-08 20:59:47 +02:00

23 lines
499 B
Batchfile

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