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

Rename ZoneCodeGeneratorNew to ZoneCodeGenerator.

Cleaning build folder might be required to prevent errors due to previous c# project
This commit is contained in:
Jan
2021-03-01 14:39:29 +01:00
parent f85c82f487
commit 1a09ad4396
4 changed files with 16 additions and 16 deletions

View File

@ -134,7 +134,7 @@ include "src/Unlinker.lua"
include "src/Utils.lua"
include "src/ZoneCode.lua"
include "src/ZoneCodeGeneratorLib.lua"
include "src/ZoneCodeGeneratorNew.lua"
include "src/ZoneCodeGenerator.lua"
include "src/ZoneCommon.lua"
include "src/ZoneLoading.lua"
include "src/ZoneWriting.lua"
@ -161,7 +161,7 @@ group ""
group "Tools"
Linker:project()
Unlinker:project()
ZoneCodeGeneratorNew:project()
ZoneCodeGenerator:project()
group ""
-- ========================