Changeset - r811:5aea72bdd493
[Not reviewed]
master
0 0 2
truelight - 19 years ago 2004-12-27 13:40:30
truelight@openttd.org
(svn r1282) -Fix: forget 2 files for the OS/2 patch. And forgot to add:
patch by Orudge, great job!!
2 files changed with 9 insertions and 0 deletions:
0 comments (0 inline, 0 general)
os/os2/build_lang.cmd
Show inline comments
 
new file 100644
 
rem
 
rem Building language files...
 
rem
 
cd ..
 
strgen\strgen
 
for %%f in (lang\*.txt) do strgen\strgen %%f
 
cd strgen
 
os/os2/dedicated.cmd
Show inline comments
 
new file 100644
 
start /n /win openttd.exe -D %1 %2 %3 %4 %5 %6 %7 %8 %9
0 comments (0 inline, 0 general)