changeset 18729:d97164729000 draft

(svn r23577) -Fix (r23576): strgen project files aren't automatically updated :(
author rubidium <rubidium@openttd.org>
date Sat, 17 Dec 2011 18:39:29 +0000
parents bc1d87f9a787
children 74fa2bdee3b7
files projects/strgen_vs100.vcxproj projects/strgen_vs100.vcxproj.filters projects/strgen_vs80.vcproj projects/strgen_vs90.vcproj
diffstat 4 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/projects/strgen_vs100.vcxproj
+++ b/projects/strgen_vs100.vcxproj
@@ -74,6 +74,7 @@
   </ItemDefinitionGroup>
   <ItemGroup>
     <ClCompile Include="..\src\core\alloc_func.cpp" />
+    <ClCompile Include="..\src\strgen\strgen_base.cpp" />
     <ClCompile Include="..\src\strgen\strgen.cpp" />
     <ClCompile Include="..\src\string.cpp" />
     <ClCompile Include="..\src\misc\getoptdata.cpp" />
--- a/projects/strgen_vs100.vcxproj.filters
+++ b/projects/strgen_vs100.vcxproj.filters
@@ -10,6 +10,9 @@
     <ClCompile Include="..\src\core\alloc_func.cpp">
       <Filter>Source Files</Filter>
     </ClCompile>
+    <ClCompile Include="..\src\strgen\strgen_base.cpp">
+      <Filter>Source Files</Filter>
+    </ClCompile>
     <ClCompile Include="..\src\strgen\strgen.cpp">
       <Filter>Source Files</Filter>
     </ClCompile>
--- a/projects/strgen_vs80.vcproj
+++ b/projects/strgen_vs80.vcproj
@@ -118,6 +118,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\src\strgen\strgen_base.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\src\strgen\strgen.cpp"
 				>
 			</File>
--- a/projects/strgen_vs90.vcproj
+++ b/projects/strgen_vs90.vcproj
@@ -118,6 +118,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\src\strgen\strgen_base.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\src\strgen\strgen.cpp"
 				>
 			</File>