Changeset - r2130:afa224439d3f
[Not reviewed]
master
0 1 0
Darkvater - 19 years ago 2005-07-19 20:52:15
darkvater@openttd.org
(svn r2640) - CodeChange: change calling convention to __fastcall as well for vs.net2003 as it was done for vs6. Debug/Release works fine for me, if there are probs let me (+ludde) know.
1 file changed with 5 insertions and 4 deletions:
0 comments (0 inline, 0 general)
openttd.vcproj
Show inline comments
 
@@ -45,12 +45,13 @@
 
				ProgramDataBaseFileName=".\Release/"
 
				BrowseInformation="1"
 
				WarningLevel="3"
 
				WarnAsError="TRUE"
 
				SuppressStartupBanner="TRUE"
 
				DebugInformationFormat="3"
 
				CallingConvention="1"
 
				CompileAs="1"/>
 
			<Tool
 
				Name="VCCustomBuildTool"/>
 
			<Tool
 
				Name="VCLinkerTool"
 
				AdditionalDependencies="winmm.lib ws2_32.lib libpng.lib zlibstat.lib"
 
@@ -111,13 +112,13 @@
 
				ProgramDataBaseFileName=".\Debug/"
 
				WarningLevel="3"
 
				WarnAsError="TRUE"
 
				SuppressStartupBanner="TRUE"
 
				Detect64BitPortabilityProblems="FALSE"
 
				DebugInformationFormat="4"
 
				CallingConvention="0"
 
				CallingConvention="1"
 
				CompileAs="1"/>
 
			<Tool
 
				Name="VCCustomBuildTool"/>
 
			<Tool
 
				Name="VCLinkerTool"
 
				AdditionalDependencies="winmm.lib ws2_32.lib libpng.lib zlibstat.lib"
 
@@ -737,21 +738,21 @@
 
			</File>
 
		</Filter>
 
		<Filter
 
			Name="AI Files"
 
			Filter="">
 
			<File
 
				RelativePath=".\ai_new.h">
 
			</File>
 
			<File
 
				RelativePath=".\ai_build.c">
 
			</File>
 
			<File
 
				RelativePath=".\ai_new.c">
 
			</File>
 
			<File
 
				RelativePath=".\ai_new.h">
 
			</File>
 
			<File
 
				RelativePath=".\ai_pathfinder.c">
 
			</File>
 
			<File
 
				RelativePath=".\ai_shared.c">
 
			</File>
 
		</Filter>
0 comments (0 inline, 0 general)