mirror of
https://github.com/Tolik-Trek/FFORMAT.git
synced 2026-06-15 09:21:43 +03:00
Переход на относительные URL подмодулей
This commit is contained in:
parent
90481f83e8
commit
4d48687302
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,4 +1,4 @@
|
|||||||
[submodule "Shared_Includes"]
|
[submodule "Shared_Includes"]
|
||||||
branch = main
|
branch = main
|
||||||
path = Shared_Includes
|
path = Shared_Includes
|
||||||
url = https://github.com/Tolik-Trek/Shared_Includes.git
|
url = ../Shared_Includes.git
|
||||||
|
|||||||
0
mhmt → Bin/mhmt
Executable file → Normal file
0
mhmt → Bin/mhmt
Executable file → Normal file
BIN
Bin/mhmt.exe
Normal file
BIN
Bin/mhmt.exe
Normal file
Binary file not shown.
9
RUN/Build.bat
Normal file
9
RUN/Build.bat
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
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
|
||||||
0
Build.sh → RUN/Build.sh
Executable file → Normal file
0
Build.sh → RUN/Build.sh
Executable file → Normal file
@ -1 +1 @@
|
|||||||
Subproject commit e1dc7ec10dc9c7e9153a05884e42973a57378a63
|
Subproject commit d2ba40c4620459681fdc5eb8d4cadcb50eb79aa8
|
||||||
Loading…
Reference in New Issue
Block a user