DataBeam 2.5b3 :
- aggiunto Version.lua.
This commit is contained in:
+2
-1
@@ -1,5 +1,5 @@
|
||||
|
||||
REM Compilazione degli script Beam Egaltech 2023.01.11
|
||||
REM Compilazione degli script Beam Egaltech 2023.02.27
|
||||
REM Per togliere info di debug aggiungere flag -s prima del nome del file di input
|
||||
|
||||
REM Compilazione 32 e 64 bit
|
||||
@@ -50,3 +50,4 @@ REM Compilazione 32 e 64 bit
|
||||
\EgtProg\Dll32\luac54 -o bin\Process.lua Process.lua
|
||||
\EgtProg\Dll32\luac54 -o bin\Rotate.lua Rotate.lua
|
||||
\EgtProg\Dll32\luac54 -o bin\Swap.lua Swap.lua
|
||||
\EgtProg\Dll32\luac54 -o bin\Version.lua Version.lua
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
-- Version.lua by Egaltech s.r.l. 2023/02/27
|
||||
-- Gestione della versione di Beam
|
||||
|
||||
VERSION = '2.5b3'
|
||||
Reference in New Issue
Block a user