From fb24ab71d02169b3b272663582788923c3dee670 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 8 Sep 2011 20:06:12 +0000 Subject: (svn r22909) -Fix-ish [FS#4749]: let Windows 2000 and XP without service pack 3 use the win9x binary/installer; the newer MSVC compiler of the compile farm does not support those versions of Windows anymore --- os/windows/installer/version_win9x.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/windows/installer/version_win9x.txt') diff --git a/os/windows/installer/version_win9x.txt b/os/windows/installer/version_win9x.txt index 1ab32b9cf..077390eac 100644 --- a/os/windows/installer/version_win9x.txt +++ b/os/windows/installer/version_win9x.txt @@ -1,5 +1,5 @@ !define APPBITS 32 ; Define number of bits for the architecture -!define EXTRA_VERSION "95, 98 and ME" +!define EXTRA_VERSION "95, 98, ME, 2000 and XP without SP3" !define APPARCH "win9x" ; Define the application architecture !define BINARY_DIR "${PATH_ROOT}bin" InstallDir "$PROGRAMFILES32\OpenTTD\" -- cgit v1.2.3-54-g00ecf