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

@ -95,7 +95,7 @@
#include <stdlib.h>
#include <stdio.h>
#include "console/console.h"
#include "compiler.h"
#include "console/torquescript/compiler.h"
#include "console/consoleInternal.h"
#include "core/strings/stringFunctions.h"
@ -2390,3 +2390,5 @@ yyerrhandle:
goto yynewstate;
}
#line 617 "cmdgram.y"