Add code generation on compiling to premake scripts using custom build commands

This commit is contained in:
Jan
2019-10-25 02:13:37 +02:00
parent d93b4f5fac
commit 034de70bbc
27 changed files with 345 additions and 325 deletions

View File

@ -0,0 +1 @@
# This file exists for automatically generating zone loading code.

View File

@ -3,6 +3,6 @@
// Entry point for T6 code generation
#include "../Common.h"
#include "../../ZoneCommon/Game/T6/T6_Assets.h"
#include "../../../ZoneCommon/Game/T6/T6_Assets.h"
// EOF