| author | rubidium |
| Sun, 14 Dec 2008 16:56:28 +0000 | |
| changeset 10422 | f5985144f4a6 |
| parent 9926 | 5b6693363ae1 |
| permissions | -rw-r--r-- |
|
9920
21ce1e2f0e43
(svn r14075) -Codechange: make the windows installer more platform aware and warn when the to-be-installed binary isn't the recommended one (or won't work at all).
rubidium
parents:
diff
changeset
|
1 |
!define APPBITS 32 ; Define number of bits for the architecture |
|
21ce1e2f0e43
(svn r14075) -Codechange: make the windows installer more platform aware and warn when the to-be-installed binary isn't the recommended one (or won't work at all).
rubidium
parents:
diff
changeset
|
2 |
!define EXTRA_VERSION "for Windows 2000, XP and Vista" |
|
21ce1e2f0e43
(svn r14075) -Codechange: make the windows installer more platform aware and warn when the to-be-installed binary isn't the recommended one (or won't work at all).
rubidium
parents:
diff
changeset
|
3 |
!define APPARCH "win32" ; Define the application architecture |
|
21ce1e2f0e43
(svn r14075) -Codechange: make the windows installer more platform aware and warn when the to-be-installed binary isn't the recommended one (or won't work at all).
rubidium
parents:
diff
changeset
|
4 |
!define BINARY_DIR "${PATH_ROOT}objs\win32\Release"
|
|
9926
5b6693363ae1
(svn r14081) -Fix (r14075): WoW64 spoiled the 64 bits Windows detection and the installer for the 64 bits binary installed in the wrong directory. Thanks to michi_cc and glx for testing.
rubidium
parents:
9920
diff
changeset
|
5 |
InstallDir "$PROGRAMFILES32\OpenTTD\" |