os/os2/build_lang.cmd
author rubidium
Sun, 14 Jan 2007 16:44:52 +0000
changeset 5658 1e8be78c0bd7
parent 844 3b23ea71b711
permissions -rw-r--r--
(svn r8118) -Codechange: change the ordering of the network list a little:
- servers we have information about go above servers we do not have information about.
- servers that are version compatible go above servers we are not version compatible with.
- servers we have all required NewGRFs for go above servers we miss NewGRFs for.
- unpassworded servers go above passworded servers.
rem
rem Building language files...
rem
cd ..
strgen\strgen
for %%f in (lang\*.txt) do strgen\strgen %%f
cd strgen