From 591b41a8a08c7e8496fc993d821c19057876ea87 Mon Sep 17 00:00:00 2001 From: "luca.mazzoleni" Date: Thu, 29 Feb 2024 18:24:00 +0100 Subject: [PATCH] - in compilazione rimossi i simboli di debug --- Compile.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Compile.bat b/Compile.bat index fd67a55..33a2afb 100644 --- a/Compile.bat +++ b/Compile.bat @@ -25,9 +25,9 @@ REM copio i sorgenti nel percorso temporaneo per i compilati ROBOCOPY . %fullPathSource%\bin\%machineName%\ /E /XF "Compile.bat" /XF ".gitignore" /XD ".git" /XF "UpdateLog.txt" REM copio i file compilati nel percorso temporaneo per i compilati -\EgtProg\Dll32\luac54 -o %fullPathSource%\bin\%machineName%\Common_ONE-PF.mlpe Common_ONE-PF.mlpe -\EgtProg\Dll32\luac54 -o %fullPathSource%\bin\%machineName%\Common_ONE-PF.mlse Common_ONE-PF.mlse -\EgtProg\Dll32\luac54 -o %fullPathSource%\bin\%machineName%\Common_ONE-PF.NUM.mlpe Common_ONE-PF.NUM.mlpe +\EgtProg\Dll32\luac54 -o %fullPathSource%\bin\%machineName%\Common_ONE-PF.mlpe -s Common_ONE-PF.mlpe +\EgtProg\Dll32\luac54 -o %fullPathSource%\bin\%machineName%\Common_ONE-PF.mlse -s Common_ONE-PF.mlse +\EgtProg\Dll32\luac54 -o %fullPathSource%\bin\%machineName%\Common_ONE-PF.NUM.mlpe -s Common_ONE-PF.NUM.mlpe REM comprimo i file compilati in uno zip pronto per essere distribuito tar.exe acvf %fullPathZip%\%machineName%.zip -C %fullPathSource%\bin\ %machineName%\*.*