From 17d411e5c2a9cc622e69470204d7bef13df596d8 Mon Sep 17 00:00:00 2001 From: "luca.mazzoleni" Date: Tue, 16 Sep 2025 12:27:35 +0200 Subject: [PATCH] update compile --- Compile.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/Compile.bat b/Compile.bat index d12d416..2945b12 100644 --- a/Compile.bat +++ b/Compile.bat @@ -4,6 +4,7 @@ REM Per togliere info di debug aggiungere flag -s prima del nome del file di inp REM Compilazione 32 e 64 bit +\EgtProg\Dll32\luac54 -o bin\LuaLibs\PanelSaw.lua -s LuaLibs\PanelSaw.lua \EgtProg\Dll32\luac54 -o bin\LuaLibs\Squaring.lua -s LuaLibs\Squaring.lua \EgtProg\Dll32\luac54 -o bin\LuaLibs\WallExec.lua -s LuaLibs\WallExec.lua \EgtProg\Dll32\luac54 -o bin\LuaLibs\WallLib.lua -s LuaLibs\WallLib.lua