diff options
author | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 12:52:11 +0000 |
---|---|---|
committer | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 12:52:11 +0000 |
commit | 4fd57501bbc914eb973a397b24be0d2dbe51d007 (patch) | |
tree | 52f90a356dee0081c8ac7be3a8131f44c21febe8 /projects | |
parent | dfad8317aa566efffb971455b42bfdecbaee5985 (diff) | |
download | openttd-4fd57501bbc914eb973a397b24be0d2dbe51d007.tar.xz |
(svn r25348) -Add: multimap implementation with guaranteed order between equal keys
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 1 | ||||
-rw-r--r-- | projects/openttd_vs100.vcxproj.filters | 3 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
4 files changed, 12 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index 41aeeabac..5dc33f490 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -650,6 +650,7 @@ <ClCompile Include="..\src\core\math_func.cpp" /> <ClInclude Include="..\src\core\math_func.hpp" /> <ClInclude Include="..\src\core\mem_func.hpp" /> + <ClInclude Include="..\src\core\multimap.hpp" /> <ClInclude Include="..\src\core\overflowsafe_type.hpp" /> <ClCompile Include="..\src\core\pool_func.cpp" /> <ClInclude Include="..\src\core\pool_func.hpp" /> diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters index f2900c846..70e447850 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -1179,6 +1179,9 @@ <ClInclude Include="..\src\core\mem_func.hpp"> <Filter>Core Source Code</Filter> </ClInclude> + <ClInclude Include="..\src\core\multimap.hpp"> + <Filter>Core Source Code</Filter> + </ClInclude> <ClInclude Include="..\src\core\overflowsafe_type.hpp"> <Filter>Core Source Code</Filter> </ClInclude> diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 5c866b99d..3d72082b1 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1879,6 +1879,10 @@ > </File> <File + RelativePath=".\..\src\core\multimap.hpp" + > + </File> + <File RelativePath=".\..\src\core\overflowsafe_type.hpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 96120ed47..29ec12e2b 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1876,6 +1876,10 @@ > </File> <File + RelativePath=".\..\src\core\multimap.hpp" + > + </File> + <File RelativePath=".\..\src\core\overflowsafe_type.hpp" > </File> |