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
270 B
Plaintext
6 lines
270 B
Plaintext
!define APPBITS 32 ; Define number of bits for the architecture
|
|
!define EXTRA_VERSION "XP SP3 and newer"
|
|
!define APPARCH "win32" ; Define the application architecture
|
|
!define BINARY_DIR "${PATH_ROOT}objs\win32\Release"
|
|
InstallDir "$PROGRAMFILES32\OpenTTD\"
|