GenerateCompiler

-ReAdded generateCompiler.bat
-Fixed paths in bat filse
-Fixed paths for includes
This commit is contained in:
marauder2k7 2024-04-14 07:08:17 +01:00
parent 8404496ffa
commit 0954b081d0
7 changed files with 139 additions and 138 deletions

View file

@ -9,7 +9,7 @@
#include "platform/platform.h"
#include "core/stringTable.h"
#include "console/console.h"
#include "console/compiler.h"
#include "console/torquescript/compiler.h"
#include "console/dynamicTypes.h"
#include "core/strings/stringFunctions.h"
@ -30,7 +30,7 @@ inline Token< T > MakeToken( T value, U32 lineNumber )
return result;
}
#include "console/cmdgram.h"
#include "console/torquescript/cmdgram.h"
// HACK: C++17 and beyond can't use register keyword
#define register