diff options
author | rubidium <rubidium@openttd.org> | 2011-12-26 13:21:37 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-12-26 13:21:37 +0000 |
commit | f7c7271ecf48131bfa23677c90d24f4e819a4d1f (patch) | |
tree | 550a85ca19bf592a4249b960ef1aa6465e0cd363 /os/os2 | |
parent | 1143f0451a56f112dfc81a4340e92f676b130720 (diff) | |
download | openttd-f7c7271ecf48131bfa23677c90d24f4e819a4d1f.tar.xz |
(svn r23673) -Codechange: prepare the installers for some (future) massive changes in OpenGFX w.r.t. compatability with earlier versions
Diffstat (limited to 'os/os2')
-rw-r--r-- | os/os2/installer/make_installer.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/os2/installer/make_installer.cmd b/os/os2/installer/make_installer.cmd index cd24f07ab..f72521efe 100644 --- a/os/os2/installer/make_installer.cmd +++ b/os/os2/installer/make_installer.cmd @@ -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 |