From bc8e66c202ce9af15aa12718939726eea42b25fd Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 31 Aug 2009 22:38:37 +0000 Subject: (svn r17336) -Codechange: move some os specific files into src/os/ --- os/windows/installer/version_win9x.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 os/windows/installer/version_win9x.txt (limited to 'os/windows/installer/version_win9x.txt') diff --git a/os/windows/installer/version_win9x.txt b/os/windows/installer/version_win9x.txt new file mode 100644 index 000000000..be20888e5 --- /dev/null +++ b/os/windows/installer/version_win9x.txt @@ -0,0 +1,5 @@ +!define APPBITS 32 ; Define number of bits for the architecture +!define EXTRA_VERSION "for Windows 95, 98 and ME" +!define APPARCH "win9x" ; Define the application architecture +!define BINARY_DIR "${PATH_ROOT}bin" +InstallDir "$PROGRAMFILES32\OpenTTD\" -- cgit v1.2.3-54-g00ecf