2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-06-25 22:01:54 +00:00

Remove old ZoneCodeGenerator implementation in c#

This commit is contained in:
Jan
2021-03-01 14:30:10 +01:00
parent 5290d3a768
commit f85c82f487
174 changed files with 0 additions and 15421 deletions

View File

@ -133,7 +133,6 @@ include "src/Linker.lua"
include "src/Unlinker.lua"
include "src/Utils.lua"
include "src/ZoneCode.lua"
include "src/ZoneCodeGenerator.lua"
include "src/ZoneCodeGeneratorLib.lua"
include "src/ZoneCodeGeneratorNew.lua"
include "src/ZoneCommon.lua"
@ -149,7 +148,6 @@ group "Components"
Crypto:project()
Utils:project()
ZoneCode:project()
ZoneCodeGenerator:project()
ZoneCodeGeneratorLib:project()
ZoneCommon:project()
ZoneLoading:project()
@ -170,14 +168,12 @@ group ""
-- Tests
-- ========================
include "test/ObjCommonTests.lua"
include "test/ZoneCodeGeneratorTests.lua"
include "test/ZoneCodeGeneratorLibTests.lua"
include "test/ZoneCommonTests.lua"
-- Tests group: Unit test and other tests projects
group "Tests"
ObjCommonTests:project()
ZoneCodeGeneratorTests:project()
ZoneCodeGeneratorLibTests:project()
ZoneCommonTests:project()
group ""