mirror of
https://github.com/UzixLS/zx-midiplayer.git
synced 2025-07-19 07:11:26 +03:00
fix make.bat
This commit is contained in:
4
make.bat
4
make.bat
@ -3,6 +3,6 @@
|
|||||||
@timeout 5
|
@timeout 5
|
||||||
|
|
||||||
@PATH=C:\Hwdev\sjasmplus\;%PATH%
|
@PATH=C:\Hwdev\sjasmplus\;%PATH%
|
||||||
sjasmplus --outprefix=build/ --exp=build/main.exp src/main.asm
|
sjasmplus --outprefix=build/ --exp=build/main.exp -DVERSION_DEF=\"\" -DVERSIONSHORT_DEF=\"\" src/main.asm
|
||||||
sjasmplus --outprefix=build/ src/build.asm
|
sjasmplus --outprefix=build/ --msg=err src/build.asm
|
||||||
@pause
|
@pause
|
||||||
|
Reference in New Issue
Block a user