From 3810893c36d896b3cf77a52cf06d1538fbf63db5 Mon Sep 17 00:00:00 2001 From: "luca.mazzoleni" Date: Thu, 22 Feb 2024 11:01:45 +0100 Subject: [PATCH] aggiunti file per compilazione --- Compile.bat | 15 +++++++++++++++ CompileCopyExclude.txt | 9 +++++++++ 2 files changed, 24 insertions(+) create mode 100644 Compile.bat create mode 100644 CompileCopyExclude.txt diff --git a/Compile.bat b/Compile.bat new file mode 100644 index 0000000..8d98a27 --- /dev/null +++ b/Compile.bat @@ -0,0 +1,15 @@ + +REM Compilazione degli script macchina Egaltech 2024.02.22 +REM Per togliere info di debug aggiungere flag -s prima del nome del file di input + +REM Compilazione 32 bit e copia file da non compilare + +rmdir /s /Q "C:\Macchine Compilate\Essetre-FAST" + +echo D|xcopy *.* "C:\Macchine Compilate\Essetre-FAST" /e /Y /EXCLUDE:CompileCopyExclude.txt + +\EgtProg\Dll32\luac54 -o "C:\Macchine Compilate\Essetre-FAST\Essetre-FAST.mlpe" Essetre-FAST.mlpe +\EgtProg\Dll32\luac54 -o "C:\Macchine Compilate\Essetre-FAST\Essetre-FAST.mlse" Essetre-FAST.mlse +\EgtProg\Dll32\luac54 -o "C:\Macchine Compilate\Essetre-FAST\Essetre-FAST.NUM.mlpe" Essetre-FAST.NUM.mlpe +\EgtProg\Dll32\luac54 -o "C:\Macchine Compilate\Essetre-FAST\Essetre-FAST.NUM_PLUS.mlpe" Essetre-FAST.NUM_PLUS.mlpe +\EgtProg\Dll32\luac54 -o "C:\Macchine Compilate\Essetre-FAST\Essetre-FAST.TPA.mlpe" Essetre-FAST.TPA.mlpe \ No newline at end of file diff --git a/CompileCopyExclude.txt b/CompileCopyExclude.txt new file mode 100644 index 0000000..82d79ca --- /dev/null +++ b/CompileCopyExclude.txt @@ -0,0 +1,9 @@ +Compile.bat +CompileCopyExclude.txt +.gitignore +.\.git +Essetre-FAST.mlpe +Essetre-FAST.mlse +Essetre-FAST.NUM.mlpe +Essetre-FAST.NUM_PLUS.mlpe +Essetre-FAST.TPA.mlpe \ No newline at end of file