Files
zx-midiplayer/make.bat
Eugene Lozovoy 4b3033f05e fix make.bat
2024-02-07 13:32:26 +03:00

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