mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r1282) -Fix: forget 2 files for the OS/2 patch. And forgot to add:
patch by Orudge, great job!!
This commit is contained in:
parent
1f4c1e8821
commit
96b36ec01e
8
os/os2/build_lang.cmd
Normal file
8
os/os2/build_lang.cmd
Normal file
@ -0,0 +1,8 @@
|
||||
rem
|
||||
rem Building language files...
|
||||
rem
|
||||
cd ..
|
||||
strgen\strgen
|
||||
for %%f in (lang\*.txt) do strgen\strgen %%f
|
||||
cd strgen
|
||||
|
1
os/os2/dedicated.cmd
Normal file
1
os/os2/dedicated.cmd
Normal file
@ -0,0 +1 @@
|
||||
start /n /win openttd.exe -D %1 %2 %3 %4 %5 %6 %7 %8 %9
|
Loading…
Reference in New Issue
Block a user