mirror of
https://github.com/minetest-mods/hopper.git
synced 2025-01-05 03:57:29 +01:00
b8f4ee3f8b
Adding a sorter, and splitting up the overly-large init.lua in the process.
6 lines
156 B
Batchfile
6 lines
156 B
Batchfile
@echo off
|
|
setlocal ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
|
|
cd ..
|
|
set LIST=
|
|
for /r %%X in (*.lua) do set LIST=!LIST! %%X
|
|
..\intllib\tools\xgettext.bat %LIST% |