Changeset - r22828:963ddfade919
[Not reviewed]
master
0 1 0
ZehMatt - 6 years ago 2018-04-22 16:58:12
m.moninger.h@gmail.com
Change: win9x installer configuration to correct path.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
os/windows/installer/version_win9x.txt
Show inline comments
 
!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"
 
!define BINARY_DIR "${PATH_ROOT}objs\release"
 
InstallDir "$PROGRAMFILES32\OpenTTD\"
0 comments (0 inline, 0 general)