diff options
author | smatz <smatz@openttd.org> | 2009-02-03 18:08:07 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-02-03 18:08:07 +0000 |
commit | 5ad1cd32b2f630f413646131fbdfbae85b3c72f8 (patch) | |
tree | 92c36bf040777addb4a1d7b1f21a0042daf33e26 /projects | |
parent | d23db8306e55b6cd471d848c6825c78c5269f5f9 (diff) | |
download | openttd-5ad1cd32b2f630f413646131fbdfbae85b3c72f8.tar.xz |
(svn r15324) -Codechange: unify the class used for comparing of strings for std::map
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 8306b3add..b46f50ebc 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1699,6 +1699,10 @@ RelativePath=".\..\src\core\sort_func.hpp" > </File> + <File + RelativePath=".\..\src\core\string_compare_type.hpp" + > + </File> </Filter> <Filter Name="GUI Source Code" diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 331ef3744..a3e6257f6 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1696,6 +1696,10 @@ RelativePath=".\..\src\core\sort_func.hpp" > </File> + <File + RelativePath=".\..\src\core\string_compare_type.hpp" + > + </File> </Filter> <Filter Name="GUI Source Code" |