(svn r1658) -Update readme and windows installer for 0.3.6
authordarkvater
Mon, 24 Jan 2005 23:44:24 +0000
changeset 1157 5cbea454ba1c
parent 1156 2410cdb83d76
child 1158 3478ebfecfe1
(svn r1658) -Update readme and windows installer for 0.3.6
-Fix up VS6 and add new default icon for OpenTTD
os/win32/installer/install.nsi
readme.txt
ttd.dsp
ttd.rc
--- a/os/win32/installer/install.nsi	Mon Jan 24 23:32:58 2005 +0000
+++ b/os/win32/installer/install.nsi	Mon Jan 24 23:44:24 2005 +0000
@@ -1,8 +1,8 @@
 ; Define your application name
 !define APPNAME "OpenTTD"
-!define APPNAMEANDVERSION "OpenTTD 0.3.5.0"
-!define APPVERSION "0.3.5.0"
-!define INSTALLERVERSION 13 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!!
+!define APPNAMEANDVERSION "OpenTTD 0.3.6.0"
+!define APPVERSION "0.3.6.0"
+!define INSTALLERVERSION 14 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!!
 
 BrandingText "OpenTTD Installer"
 
@@ -102,6 +102,9 @@
   File ${PATH_ROOT}data\opntitle.dat
   File ${PATH_ROOT}data\signalsw.grf
   File ${PATH_ROOT}data\trkfoundw.grf
+  ; Copy scenario files
+	SetOutPath "$INSTDIR\scenario\"
+  File ${PATH_ROOT}scenario\*.scn
 
 	; Copy the rest of the stuff
 	SetOutPath "$INSTDIR\"
@@ -114,7 +117,7 @@
 
 	; Copy executable
 	File /oname=OpenTTD.exe        ${PATH_ROOT}Release\openttd.exe
-	File ${PATH_ROOT}strgen\Release\strgen.exe
+	File ${PATH_ROOT}strgen\Debug\strgen.exe
 
 
   ; Delete old files from the main dir. they are now placed in data/ and lang/
--- a/readme.txt	Mon Jan 24 23:32:58 2005 +0000
+++ b/readme.txt	Mon Jan 24 23:44:24 2005 +0000
@@ -1,6 +1,6 @@
 OpenTTD README
 Last updated:    $LastChangedDate: 2004-12-24 00:25:11 +0100 $
-Release version: 0.3.5
+Release version: 0.3.6
 ------------------------------------------------------------------------
 
 
--- a/ttd.dsp	Mon Jan 24 23:32:58 2005 +0000
+++ b/ttd.dsp	Mon Jan 24 23:44:24 2005 +0000
@@ -925,7 +925,7 @@
 # End Source File
 
 # Begin Source File
-SOURCE=.\icon1.ico
+SOURCE=.\openttd.ico
 # End Source File
 
 # Begin Source File
--- a/ttd.rc	Mon Jan 24 23:32:58 2005 +0000
+++ b/ttd.rc	Mon Jan 24 23:44:24 2005 +0000
@@ -30,8 +30,8 @@
 
 // Icon with lowest ID value placed first to ensure application icon
 // remains consistent on all systems.
-100                     ICON    DISCARDABLE     "mainicon.ico"
-101                     ICON    DISCARDABLE     "openttd.ico"
+100                     ICON    DISCARDABLE     "openttd.ico"
+101                     ICON    DISCARDABLE     "mainicon.ico"
 
 /////////////////////////////////////////////////////////////////////////////
 //