mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2024-11-18 21:08:13 +00:00
12 lines
375 B
Batchfile
12 lines
375 B
Batchfile
|
SET COMPILER=SDCC
|
||
|
|
||
|
@IF %COMPILER%==ZCC zcc +laser500 tetris500.c -o tetris500.bin -I..\lib500 -create-app -Cz--audio --list -m -s -DZCC
|
||
|
@IF %COMPILER%==SDCC zcc +laser500 tetris500.c -o tetris500.bin -I..\lib500 -create-app -Cz--audio --list -m -s -DSDCC -compiler sdcc -SO3
|
||
|
|
||
|
@copy tetris500.bin ..\..\autoload.bin
|
||
|
@cd ..
|
||
|
@cd ..
|
||
|
@call node makeautoload
|
||
|
@cd software\tetris
|
||
|
|