mirror of
https://github.com/minetest-mods/digtron.git
synced 2024-11-10 09:03:47 +01:00
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%
|