summaryrefslogtreecommitdiff
path: root/projects/openttd_vs100.vcxproj
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2011-02-19 18:23:45 +0000
committersmatz <smatz@openttd.org>2011-02-19 18:23:45 +0000
commit5fd13843f7ada744d221ea473ba781809cd97a85 (patch)
tree9fd77646595456e84a019e400a7de191017da811 /projects/openttd_vs100.vcxproj
parent68bc93f95074702fde2876904198f585969201cc (diff)
downloadopenttd-5fd13843f7ada744d221ea473ba781809cd97a85.tar.xz
(svn r22112) -Codechange: register all pools in a pool vector
Diffstat (limited to 'projects/openttd_vs100.vcxproj')
-rw-r--r--projects/openttd_vs100.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj
index 98a1be706..c1bb317d3 100644
--- a/projects/openttd_vs100.vcxproj
+++ b/projects/openttd_vs100.vcxproj
@@ -619,6 +619,7 @@
<ClInclude Include="..\src\core\math_func.hpp" />
<ClInclude Include="..\src\core\mem_func.hpp" />
<ClInclude Include="..\src\core\overflowsafe_type.hpp" />
+ <ClCompile Include="..\src\core\pool_func.cpp" />
<ClInclude Include="..\src\core\pool_func.hpp" />
<ClInclude Include="..\src\core\pool_type.hpp" />
<ClCompile Include="..\src\core\random_func.cpp" />