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 | 76eaed68a07fb0134c99100a0fb49e884b511244 (patch) | |
tree | 86bec7de682cc52c0fc3a81cb21a661c2b0d4a75 /projects | |
parent | bd432258cbbf29a2d37154914aa2361bdc218fbb (diff) | |
download | openttd-76eaed68a07fb0134c99100a0fb49e884b511244.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> |