(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.
authorDarkvater
Tue, 19 Jul 2005 20:52:15 +0000
changeset 2130 e4df4eb31ddd
parent 2129 5a1fe83c2b4d
child 2131 77bc2b26980d
(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.
openttd.vcproj
--- a/openttd.vcproj	Tue Jul 19 20:45:47 2005 +0000
+++ b/openttd.vcproj	Tue Jul 19 20:52:15 2005 +0000
@@ -48,6 +48,7 @@
 				WarnAsError="TRUE"
 				SuppressStartupBanner="TRUE"
 				DebugInformationFormat="3"
+				CallingConvention="1"
 				CompileAs="1"/>
 			<Tool
 				Name="VCCustomBuildTool"/>
@@ -114,7 +115,7 @@
 				SuppressStartupBanner="TRUE"
 				Detect64BitPortabilityProblems="FALSE"
 				DebugInformationFormat="4"
-				CallingConvention="0"
+				CallingConvention="1"
 				CompileAs="1"/>
 			<Tool
 				Name="VCCustomBuildTool"/>
@@ -740,15 +741,15 @@
 			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