changeset 18545:c4d0a5b4a39d draft

(svn r23389) -Fix (r11777, r12077, r12078): wrong include in strgen project
author glx <glx@openttd.org>
date Thu, 01 Dec 2011 15:14:56 +0000
parents e358ddc58613
children 1181945e4dca
files projects/strgen_vs100.vcxproj projects/strgen_vs100.vcxproj.filters projects/strgen_vs80.vcproj projects/strgen_vs90.vcproj
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/projects/strgen_vs100.vcxproj
+++ b/projects/strgen_vs100.vcxproj
@@ -84,7 +84,7 @@
     <ClInclude Include="..\src\debug.h" />
     <ClInclude Include="..\src\core\endian_func.hpp" />
     <ClInclude Include="..\src\stdafx.h" />
-    <ClInclude Include="..\src\string.h" />
+    <ClInclude Include="..\src\string_func.h" />
     <ClInclude Include="..\src\misc\getoptdata.h" />
   </ItemGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
--- a/projects/strgen_vs100.vcxproj.filters
+++ b/projects/strgen_vs100.vcxproj.filters
@@ -26,7 +26,7 @@
     <ClInclude Include="..\src\debug.h" />
     <ClInclude Include="..\src\core\endian_func.hpp" />
     <ClInclude Include="..\src\stdafx.h" />
-    <ClInclude Include="..\src\string.h" />
+    <ClInclude Include="..\src\string_func.h" />
     <ClInclude Include="..\src\misc\getoptdata.h" />
   </ItemGroup>
 </Project>
--- a/projects/strgen_vs80.vcproj
+++ b/projects/strgen_vs80.vcproj
@@ -151,7 +151,7 @@
 			>
 		</File>
 		<File
-			RelativePath="..\src\string.h"
+			RelativePath="..\src\string_func.h"
 			>
 		</File>
 		<File
--- a/projects/strgen_vs90.vcproj
+++ b/projects/strgen_vs90.vcproj
@@ -151,7 +151,7 @@
 			>
 		</File>
 		<File
-			RelativePath="..\src\string.h"
+			RelativePath="..\src\string_func.h"
 			>
 		</File>
 		<File