diff options
author | smatz <smatz@openttd.org> | 2009-05-22 15:13:50 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-05-22 15:13:50 +0000 |
commit | 62a7948af0ca9eb3b190a54918201e1075edcbbc (patch) | |
tree | 27a79b7850682cd43cac2462c3410ed8b567c4b2 /projects | |
parent | 04723b240ebc7384954f73590be517ad2a47ce04 (diff) | |
download | openttd-62a7948af0ca9eb3b190a54918201e1075edcbbc.tar.xz |
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 20 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 20 |
2 files changed, 16 insertions, 24 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index cf1b05dd8..2ec5a5754 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -644,10 +644,6 @@ > </File> <File - RelativePath=".\..\src\oldpool.cpp" - > - </File> - <File RelativePath=".\..\src\openttd.cpp" > </File> @@ -1252,14 +1248,6 @@ > </File> <File - RelativePath=".\..\src\oldpool.h" - > - </File> - <File - RelativePath=".\..\src\oldpool_func.h" - > - </File> - <File RelativePath=".\..\src\openttd.h" > </File> @@ -1688,6 +1676,14 @@ > </File> <File + RelativePath=".\..\src\core\pool.hpp" + > + </File> + <File + RelativePath=".\..\src\core\pool_func.hpp" + > + </File> + <File RelativePath=".\..\src\core\random_func.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 41efc03dc..be213cd28 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -641,10 +641,6 @@ > </File> <File - RelativePath=".\..\src\oldpool.cpp" - > - </File> - <File RelativePath=".\..\src\openttd.cpp" > </File> @@ -1249,14 +1245,6 @@ > </File> <File - RelativePath=".\..\src\oldpool.h" - > - </File> - <File - RelativePath=".\..\src\oldpool_func.h" - > - </File> - <File RelativePath=".\..\src\openttd.h" > </File> @@ -1685,6 +1673,14 @@ > </File> <File + RelativePath=".\..\src\core\pool.hpp" + > + </File> + <File + RelativePath=".\..\src\core\pool_func.hpp" + > + </File> + <File RelativePath=".\..\src\core\random_func.cpp" > </File> |