summaryrefslogtreecommitdiff
path: root/openttd.vcproj
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2005-07-19 20:52:15 +0000
committerDarkvater <darkvater@openttd.org>2005-07-19 20:52:15 +0000
commit34253195a222826d3bbe5f80fbf6fe8320d574ae (patch)
tree46abaa1cc8f2bbbfab377c06316c5957806a498b /openttd.vcproj
parent448467a9a193c5d1763ed7c1ad946f47bdc780be (diff)
downloadopenttd-34253195a222826d3bbe5f80fbf6fe8320d574ae.tar.xz
(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.
Diffstat (limited to 'openttd.vcproj')
-rw-r--r--openttd.vcproj9
1 files changed, 5 insertions, 4 deletions
diff --git a/openttd.vcproj b/openttd.vcproj
index 955b0e90e..3c527e6e6 100644
--- a/openttd.vcproj
+++ b/openttd.vcproj
@@ -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