Files @ r21585:c96bdc9bd57c
Branch filter:

Location: cpp/openttd-patchpack/source/os/windows/installer/version_win9x.txt

planetmaker
(svn r26709) -Fix (r15892 and others) [FS#6069]: [OSX] Compilation fails with some lzo2 versions if we define __LP64__ as 0 instead of checking whether it is defined (kernigh2)
1
2
3
4
5
!define APPBITS 32          ; Define number of bits for the architecture
!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\"