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
477e4f8327
commit
faa4f5b006
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,4 +1,4 @@
|
||||
[submodule "Shared_Includes"]
|
||||
branch = main
|
||||
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.
10
Build.sh
10
Build.sh
@ -1,10 +0,0 @@
|
||||
#! /bin/zsh
|
||||
rm ./build/fmain.bin
|
||||
rm ./build/format.hrs
|
||||
sjasmplus --nologo -Wall --syntax=w --fullpath --msg=war --color=on --lst=./build/fmain.lst --raw=./build/fmain.bin ./fmain.asm
|
||||
echo FMain compilation DONE
|
||||
./mhmt -hst -zxh ./build/fmain.bin ./build/format.hrs
|
||||
echo Packing fmain.bin DONE
|
||||
echo Main compilation starts
|
||||
sjasmplus --nologo -Wall --syntax=w --fullpath --msg=war --color=on --lst=./build/main.lst --raw=./build/fformat/fformat.exe ./main.asm
|
||||
echo Main compilation DONE
|
||||
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=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
|
||||
10
RUN/Build.sh
Normal file
10
RUN/Build.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#! /bin/zsh
|
||||
rm ./build/fmain.bin
|
||||
rm ./build/format.hrs
|
||||
sjasmplus --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 -hst -zxh ./build/fmain.bin ./build/format.hrs
|
||||
echo Packing fmain.bin DONE
|
||||
echo Main compilation starts
|
||||
sjasmplus --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
|
||||
Loading…
Reference in New Issue
Block a user