mirror of https://github.com/OpenTTD/OpenTTD
(svn r33) -Executeable is now openttd(.exe) always
-Resourcefile has been updated to 0.3.3.0release/0.4.5
parent
d3be7f2de7
commit
b70e5a30c1
6
Makefile
6
Makefile
|
@ -170,7 +170,7 @@ EXE=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Set output executable names
|
# Set output executable names
|
||||||
TTD=ttd$(EXE)
|
TTD=openttd$(EXE)
|
||||||
STRGEN=strgen/strgen$(EXE)
|
STRGEN=strgen/strgen$(EXE)
|
||||||
OSXAPP="OpenTTD.app"
|
OSXAPP="OpenTTD.app"
|
||||||
|
|
||||||
|
@ -542,8 +542,10 @@ rev.c: FORCE
|
||||||
FORCE:
|
FORCE:
|
||||||
|
|
||||||
|
|
||||||
|
# ttd$(EXE) is removed just to make sure people execute the right binary (openttd$(EXE))
|
||||||
|
# remove this for next release!
|
||||||
clean:
|
clean:
|
||||||
rm -rf .deps *~ $(TTD) $(STRGEN) core table/strings.h $(LANGS) $(ttd_OBJS)
|
rm -rf .deps *~ $(TTD) $(STRGEN) core table/strings.h $(LANGS) $(ttd_OBJS) ttd$(EXE)
|
||||||
|
|
||||||
mrproper: clean
|
mrproper: clean
|
||||||
rm -rf $(MAKE_CONFIG)
|
rm -rf $(MAKE_CONFIG)
|
||||||
|
|
|
@ -112,7 +112,7 @@ Section "!OpenTTD" Section1
|
||||||
File ${PATH_ROOT}readme.txt
|
File ${PATH_ROOT}readme.txt
|
||||||
|
|
||||||
; Copy executable
|
; Copy executable
|
||||||
File /oname=openttd.exe ${PATH_ROOT}ReleasePNG\ttd.exe
|
File /oname=openttd.exe ${PATH_ROOT}ReleasePNG\openttd.exe
|
||||||
File ${PATH_ROOT}strgen\Release\strgen.exe
|
File ${PATH_ROOT}strgen\Release\strgen.exe
|
||||||
|
|
||||||
|
|
||||||
|
|
8
ttd.rc
8
ttd.rc
|
@ -60,8 +60,8 @@ END
|
||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 0,3,2,1
|
FILEVERSION 0,3,3,0
|
||||||
PRODUCTVERSION 0,3,2,1
|
PRODUCTVERSION 0,3,3,0
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
|
@ -79,14 +79,14 @@ BEGIN
|
||||||
VALUE "Comments", "This program is licensed under the GNU General Public License.\0"
|
VALUE "Comments", "This program is licensed under the GNU General Public License.\0"
|
||||||
VALUE "CompanyName", "OpenTTD Developers\0"
|
VALUE "CompanyName", "OpenTTD Developers\0"
|
||||||
VALUE "FileDescription", "OpenTTD\0"
|
VALUE "FileDescription", "OpenTTD\0"
|
||||||
VALUE "FileVersion", "0.3.2.1\0"
|
VALUE "FileVersion", "0.3.3.0\0"
|
||||||
VALUE "InternalName", "openttd\0"
|
VALUE "InternalName", "openttd\0"
|
||||||
VALUE "LegalCopyright", "Copyright © OpenTTD Developers 2002-2004. All Rights Reserved.\0"
|
VALUE "LegalCopyright", "Copyright © OpenTTD Developers 2002-2004. All Rights Reserved.\0"
|
||||||
VALUE "LegalTrademarks", "\0"
|
VALUE "LegalTrademarks", "\0"
|
||||||
VALUE "OriginalFilename", "openttd.exe\0"
|
VALUE "OriginalFilename", "openttd.exe\0"
|
||||||
VALUE "PrivateBuild", "\0"
|
VALUE "PrivateBuild", "\0"
|
||||||
VALUE "ProductName", "OpenTTD\0"
|
VALUE "ProductName", "OpenTTD\0"
|
||||||
VALUE "ProductVersion", "0.3.2.1\0"
|
VALUE "ProductVersion", "0.3.3.0\0"
|
||||||
VALUE "SpecialBuild", "\0"
|
VALUE "SpecialBuild", "\0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="winmm.lib"
|
AdditionalDependencies="winmm.lib"
|
||||||
OutputFile=".\Release/ttd.exe"
|
OutputFile=".\Release/openttd.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
ProgramDatabaseFile=".\Release/ttd.pdb"
|
ProgramDatabaseFile=".\Release/ttd.pdb"
|
||||||
|
@ -125,7 +125,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="winmm.lib"
|
AdditionalDependencies="winmm.lib"
|
||||||
OutputFile=".\Checked/ttd.exe"
|
OutputFile=".\Checked/openttd.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
|
@ -189,7 +189,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="winmm.lib ws2_32.lib"
|
AdditionalDependencies="winmm.lib ws2_32.lib"
|
||||||
OutputFile=".\Debug/ttd.exe"
|
OutputFile=".\Debug/openttd.exe"
|
||||||
LinkIncremental="0"
|
LinkIncremental="0"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
|
|
Loading…
Reference in New Issue