Skip to content

Commit

Permalink
Перекомпиляция на luajit 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OLDodin committed Apr 25, 2024
1 parent a1e57a0 commit c69d677
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Scripts/!sources/compile.bat
Expand Up @@ -8,15 +8,15 @@ for /d %%B in (.\*) do (
for %%i in ("%%B\*.lua") do (
set nam=%%i
echo Converting %%i
luajit-2.0.5.exe -b "%%i" "..\!nam:~0,-4!.luac"
luajit.exe -b "%%i" "..\!nam:~0,-4!.luac"
)
)
)

for %%i in (*.lua) do (
set nam=%%i
echo Converting %%i
luajit-2.0.5.exe -b "%%i" "../!nam:~0,-4!.luac"
luajit.exe -b "%%i" "../!nam:~0,-4!.luac"
)

echo Done
Expand Down
4 changes: 2 additions & 2 deletions Scripts/!sources/compileDebug.bat
Expand Up @@ -8,15 +8,15 @@ for /d %%B in (.\*) do (
for %%i in ("%%B\*.lua") do (
set nam=%%i
echo Converting %%i
luajit-2.0.5.exe -bg "%%i" "..\!nam:~0,-4!.luac"
luajit.exe -bg "%%i" "..\!nam:~0,-4!.luac"
)
)
)

for %%i in (*.lua) do (
set nam=%%i
echo Converting %%i
luajit-2.0.5.exe -bg "%%i" "../!nam:~0,-4!.luac"
luajit.exe -bg "%%i" "../!nam:~0,-4!.luac"
)

echo Done
Expand Down
Binary file modified Scripts/ColorSettingsForm.luac
Binary file not shown.
Binary file modified Scripts/LibDnD.luac
Binary file not shown.
Binary file modified Scripts/Utils.luac
Binary file not shown.
Binary file modified Scripts/aoPanelSupport.luac
Binary file not shown.
Binary file modified Scripts/mainscript.luac
Binary file not shown.
Binary file modified Scripts/slider.luac
Binary file not shown.
Binary file modified name.txt
Binary file not shown.

0 comments on commit c69d677

Please sign in to comment.