Files
zx-midiplayer/make.bat
Eugene Lozovoy 869e63f66d fix make.bat
2024-02-07 11:39:41 +03:00

9 lines
279 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 -DVERSION_DEF=\"\" -DVERSIONSHORT_DEF=\"\" src/main.asm
sjasmplus --outprefix=build/ --msg=err src/build.asm
@pause