Переход на относительные URL подмодулей

This commit is contained in:
Tolik Trek 2026-05-16 23:27:27 +10:00
parent 90481f83e8
commit 4d48687302
6 changed files with 11 additions and 2 deletions

2
.gitmodules vendored
View File

@ -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
View File

BIN
Bin/mhmt.exe Normal file

Binary file not shown.

9
RUN/Build.bat Normal file
View 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
View File

@ -1 +1 @@
Subproject commit e1dc7ec10dc9c7e9153a05884e42973a57378a63 Subproject commit d2ba40c4620459681fdc5eb8d4cadcb50eb79aa8