summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2011-12-01 15:14:56 +0000
committerglx <glx@openttd.org>2011-12-01 15:14:56 +0000
commitb1f45a81bd6b7d2ff16a72890dc0bab3aeb27bc4 (patch)
treefa85751b73102a82969f171ce2d474ff5f8dd717 /projects
parent96b4e683a8452acc5ed2848f67d3875aae2fcfcc (diff)
downloadopenttd-b1f45a81bd6b7d2ff16a72890dc0bab3aeb27bc4.tar.xz
(svn r23389) -Fix (r11777, r12077, r12078): wrong include in strgen project
Diffstat (limited to 'projects')
-rw-r--r--projects/strgen_vs100.vcxproj2
-rw-r--r--projects/strgen_vs100.vcxproj.filters2
-rw-r--r--projects/strgen_vs80.vcproj2
-rw-r--r--projects/strgen_vs90.vcproj2
4 files changed, 4 insertions, 4 deletions
diff --git a/projects/strgen_vs100.vcxproj b/projects/strgen_vs100.vcxproj
index 19096355d..fe0816113 100644
--- 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" />
diff --git a/projects/strgen_vs100.vcxproj.filters b/projects/strgen_vs100.vcxproj.filters
index e6d7a7eed..44875572a 100644
--- 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>
diff --git a/projects/strgen_vs80.vcproj b/projects/strgen_vs80.vcproj
index b344a8f0b..93a9bc427 100644
--- 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
diff --git a/projects/strgen_vs90.vcproj b/projects/strgen_vs90.vcproj
index 0cbcb95da..39892cd10 100644
--- 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