summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-05-22 15:13:50 +0000
committersmatz <smatz@openttd.org>2009-05-22 15:13:50 +0000
commit62a7948af0ca9eb3b190a54918201e1075edcbbc (patch)
tree27a79b7850682cd43cac2462c3410ed8b567c4b2 /projects
parent04723b240ebc7384954f73590be517ad2a47ce04 (diff)
downloadopenttd-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.vcproj20
-rw-r--r--projects/openttd_vs90.vcproj20
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>