Add raw templater

This commit is contained in:
Jan
2022-09-05 23:25:11 +02:00
parent 4ef38264c8
commit 1464329245
21 changed files with 996 additions and 7 deletions

View File

@ -100,6 +100,7 @@ include "src/Common.lua"
include "src/Crypto.lua"
include "src/Linker.lua"
include "src/Parser.lua"
include "src/RawTemplater.lua"
include "src/Unlinker.lua"
include "src/Utils.lua"
include "src/ZoneCode.lua"
@ -130,11 +131,16 @@ group "Components"
ObjWriting:project()
group ""
-- Tools group: All projects that compile into the final tools
group "BuildTools"
RawTemplater:project()
ZoneCodeGenerator:project()
group ""
-- Tools group: All projects that compile into the final tools
group "Tools"
Linker:project()
Unlinker:project()
ZoneCodeGenerator:project()
group ""
group "Raw"