diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/os2/build_lang.cmd | 16 | ||||
-rw-r--r-- | os/os2/dedicated.cmd | 2 | ||||
-rw-r--r-- | os/win32/installer/InstallChoices.ini | 76 |
3 files changed, 47 insertions, 47 deletions
diff --git a/os/os2/build_lang.cmd b/os/os2/build_lang.cmd index 074f283f0..57d3e9943 100644 --- a/os/os2/build_lang.cmd +++ b/os/os2/build_lang.cmd @@ -1,8 +1,8 @@ -rem
-rem Building language files...
-rem
-cd ..
-strgen\strgen
-for %%f in (lang\*.txt) do strgen\strgen %%f
-cd strgen
-
+rem +rem Building language files... +rem +cd .. +strgen\strgen +for %%f in (lang\*.txt) do strgen\strgen %%f +cd strgen + diff --git a/os/os2/dedicated.cmd b/os/os2/dedicated.cmd index f8e04646a..f4eb52499 100644 --- a/os/os2/dedicated.cmd +++ b/os/os2/dedicated.cmd @@ -1 +1 @@ -start /n /win openttd.exe -D %1 %2 %3 %4 %5 %6 %7 %8 %9
+start /n /win openttd.exe -D %1 %2 %3 %4 %5 %6 %7 %8 %9 diff --git a/os/win32/installer/InstallChoices.ini b/os/win32/installer/InstallChoices.ini index 2afae0388..811b339d5 100644 --- a/os/win32/installer/InstallChoices.ini +++ b/os/win32/installer/InstallChoices.ini @@ -1,38 +1,38 @@ -; Ini file generated by the HM NIS Edit IO designer.
-[Settings]
-NumFields=4
-
-[Field 1]
-Type=Button
-Text=Instant Install
-Flags=NOTIFY
-Left=0
-Right=58
-Top=0
-Bottom=15
-
-[Field 2]
-Type=Button
-Text=Advanced Install
-Flags=NOTIFY
-Left=0
-Right=58
-Top=19
-Bottom=35
-
-[Field 3]
-Type=Label
-Text=Install OpenTTD instantly and quickly, no questions asked
-Left=62
-Right=245
-Top=3
-Bottom=11
-
-[Field 4]
-Type=Label
-Text=In case you want to change location, options, Start Menu location, etc
-Left=62
-Right=283
-Top=23
-Bottom=31
-
+; Ini file generated by the HM NIS Edit IO designer. +[Settings] +NumFields=4 + +[Field 1] +Type=Button +Text=Instant Install +Flags=NOTIFY +Left=0 +Right=58 +Top=0 +Bottom=15 + +[Field 2] +Type=Button +Text=Advanced Install +Flags=NOTIFY +Left=0 +Right=58 +Top=19 +Bottom=35 + +[Field 3] +Type=Label +Text=Install OpenTTD instantly and quickly, no questions asked +Left=62 +Right=245 +Top=3 +Bottom=11 + +[Field 4] +Type=Label +Text=In case you want to change location, options, Start Menu location, etc +Left=62 +Right=283 +Top=23 +Bottom=31 + |