mirror of
https://github.com/UzixLS/zx-midiplayer.git
synced 2025-07-19 07:11:26 +03:00
9 lines
225 B
Batchfile
9 lines
225 B
Batchfile
@echo This is unsupported build method!
|
|
@echo Use "GNU make" tool!
|
|
@timeout 5
|
|
|
|
@PATH=C:\Hwdev\sjasmplus\;%PATH%
|
|
sjasmplus --outprefix=build/ --exp=build/main.exp src/main.asm
|
|
sjasmplus --outprefix=build/ src/build.asm
|
|
@pause
|