FaceDeer ea1a20b32a Subterrane split (#1)
Splitting the core giant-cave-making code out into its own separate mod
2017-03-25 11:55:00 -06:00

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%