mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 06:49:28 -05:00
Add raw templater
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user