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