mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-31 11:23:21 +00:00
e1c85e67a7
* Fix #8102: Update Windows installer strings to reference versions newer than 7
* Fix 2c53390
: Version strings incorrectly capitalised
6 lines
284 B
Plaintext
6 lines
284 B
Plaintext
!define APPBITS 32 ; Define number of bits for the architecture
|
|
!define EXTRA_VERSION "95, 98, ME, 2000 and XP SP2 or older"
|
|
!define APPARCH "win9x" ; Define the application architecture
|
|
!define BINARY_DIR "${PATH_ROOT}objs\release"
|
|
InstallDir "$PROGRAMFILES32\OpenTTD\"
|