diff options
author | smatz <smatz@openttd.org> | 2008-04-06 23:49:45 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2008-04-06 23:49:45 +0000 |
commit | 6af1fb2bdd32898d9456174d99413adf3e466797 (patch) | |
tree | 86bec7de682cc52c0fc3a81cb21a661c2b0d4a75 /projects | |
parent | 1bd5a29df5db4d1b6d3925f7f291bfae7688a6cd (diff) | |
download | openttd-6af1fb2bdd32898d9456174d99413adf3e466797.tar.xz |
(svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify compiler's decisions about inlining
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index ec5bb6673..3507106ea 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1188,6 +1188,10 @@ > </File> <File + RelativePath=".\..\src\oldpool_func.h" + > + </File> + <File RelativePath=".\..\src\openttd.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index df74b8624..e4be42d9c 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1185,6 +1185,10 @@ > </File> <File + RelativePath=".\..\src\oldpool_func.h" + > + </File> + <File RelativePath=".\..\src\openttd.h" > </File> |