mirror of
https://github.com/Tolik-Trek/FFORMAT.git
synced 2026-06-15 01:11:44 +03:00
9 lines
517 B
Batchfile
9 lines
517 B
Batchfile
del .\build\fmain.bin
|
|
del .\build\format.hrs
|
|
sjasmplus.exe --nologo -Wall --syntax=w -Wno-emptystr --fullpath --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=w -Wno-emptystr --fullpath --msg=war --color=on --lst=./build/main.lst --raw=./build/fformat\fformat.exe ./main.asm
|
|
@echo Main compilation DONE |