FFORMAT/RUN/Build.bat

9 lines
471 B
Batchfile

del .\build\fmain.bin
del .\build\format.hrs
sjasmplus.exe --nologo -Wall --syntax=afw --msg=war --color=on --lst=./build/fmain.lst --raw=./build/fmain.bin ./fmain.asm
@echo FMain compilation DONE
mhmt.exe -hst -zxh .\build\fmain.bin .\build\format.hrs
@echo Packing fmain.bin DONE
@echo Main compilation starts
sjasmplus.exe --nologo -Wall --syntax=afw --msg=war --color=on --lst=./build/main.lst --raw=./build/fformat\fformat.exe ./main.asm
@echo Main compilation DONE