Files @ r10150:4b430e4297f4
Branch filter:

Location: cpp/openttd-patchpack/source/os/win32/installer/build_installers.bat

smatz
(svn r14336) -Fix (r14334): when there was a station with custom name in an old savegame, it's default name was empty
1
2
3
4
@echo off
"c:\Program Files\NSIS\makensis.exe" /DVERSION_INCLUDE=version_win9x.txt install.nsi > win9x.log
"c:\Program Files\NSIS\makensis.exe" /DVERSION_INCLUDE=version_win32.txt install.nsi > win32.log
"c:\Program Files\NSIS\makensis.exe" /DVERSION_INCLUDE=version_win64.txt install.nsi > win64.log