mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 22:54:34 +00:00
GenerateCompiler
-ReAdded generateCompiler.bat -Fixed paths in bat filse -Fixed paths for includes
This commit is contained in:
parent
8404496ffa
commit
0954b081d0
7 changed files with 139 additions and 138 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue