From 587f80da919bebee04ea7693b1396e826fb3d072 Mon Sep 17 00:00:00 2001 From: marauder2k7 Date: Mon, 15 Apr 2024 00:33:04 +0100 Subject: [PATCH] Update bison.bat make it output the header file, this way the linkage should always work..... "should" --- Engine/source/console/torquescript/bison.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/source/console/torquescript/bison.bat b/Engine/source/console/torquescript/bison.bat index ffdaf545d..275a99c72 100644 --- a/Engine/source/console/torquescript/bison.bat +++ b/Engine/source/console/torquescript/bison.bat @@ -1,6 +1,6 @@ echo Changing to %4 ... cd %4 echo Generating %2 and %3 with prefix %1. -..\..\..\bin\bison-flex\win_bison.exe -o %2 %3 --defines -p %1 +..\..\..\bin\bison-flex\win_bison.exe -o %2 %3 --defines -p %1 -H echo Renaming %2 to %5 . move /Y %2 %5 \ No newline at end of file