diff options
author | frosch <frosch@openttd.org> | 2012-06-09 19:54:16 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2012-06-09 19:54:16 +0000 |
commit | 03046f614f4fb8c88d1a8ee05e0caee2bde887bc (patch) | |
tree | 8ee6fcb2c3c316b89bb884e10a52e42136674b94 /projects/openttd_vs100.vcxproj | |
parent | db709aff32244d45e613d53dbf9f0ffbc3aa5cb1 (diff) | |
download | openttd-03046f614f4fb8c88d1a8ee05e0caee2bde887bc.tar.xz |
(svn r24337) -Feature: Allow filtering for multiple words (separated by whitespace resp. quoted) in the sign list, content- and NewGRF-guis.
Diffstat (limited to 'projects/openttd_vs100.vcxproj')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index a6d93adf5..91c0a004f 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -360,6 +360,7 @@ <ClCompile Include="..\src\station.cpp" /> <ClCompile Include="..\src\strgen\strgen_base.cpp" /> <ClCompile Include="..\src\string.cpp" /> + <ClCompile Include="..\src\stringfilter.cpp" /> <ClCompile Include="..\src\strings.cpp" /> <ClCompile Include="..\src\subsidy.cpp" /> <ClCompile Include="..\src\textbuf.cpp" /> @@ -566,6 +567,7 @@ <ClInclude Include="..\src\strgen\strgen.h" /> <ClInclude Include="..\src\string_func.h" /> <ClInclude Include="..\src\string_type.h" /> + <ClInclude Include="..\src\stringfilter_type.h" /> <ClInclude Include="..\src\strings_func.h" /> <ClInclude Include="..\src\strings_type.h" /> <ClInclude Include="..\src\subsidy_base.h" /> |