Changeset - r18814:72d20c9a91e6
[Not reviewed]
master
0 2 0
rubidium - 12 years ago 2011-12-26 13:21:37
rubidium@openttd.org
(svn r23673) -Codechange: prepare the installers for some (future) massive changes in OpenGFX w.r.t. compatability with earlier versions
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
os/os2/installer/make_installer.cmd
Show inline comments
 
@@ -3,7 +3,7 @@
 
set OPENTTD_VERSION=1.2.0-beta1
 
set OPENSFX_VERSION=0.8.0
 
set NOSOUND_VERSION=0.8.0
 
set OPENGFX_VERSION=0.7.0
 
set OPENGFX_VERSION=1.2.0
 

	
 
echo To make the installer, you must have the WarpIN compiler (wic) installed and in
 
echo your path, as well as wget and unzip. This file will download the various DLLs
os/windows/installer/install.nsi
Show inline comments
 
@@ -14,7 +14,7 @@
 
!define APPURLLINK "http://www.openttd.org"
 
!define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}"
 

	
 
!define OPENGFX_BASE_VERSION "0.7.0"
 
!define OPENGFX_BASE_VERSION "1.2.0"
 
!define OPENSFX_BASE_VERSION "0.8.0"
 
!define OPENMSX_BASE_VERSION "1.0.0"
 

	
0 comments (0 inline, 0 general)