(svn r13084) -Fix (r13042): forgot to add querystring_gui.h to source.list and project files
authorglx
Wed, 14 May 2008 02:52:06 +0000
changeset 10540 01830b945c0c
parent 10539 42f48cb0d302
child 10541 237dee1d99cf
(svn r13084) -Fix (r13042): forgot to add querystring_gui.h to source.list and project files
projects/openttd_vs80.vcproj
projects/openttd_vs90.vcproj
source.list
--- a/projects/openttd_vs80.vcproj	Wed May 14 02:32:35 2008 +0000
+++ b/projects/openttd_vs80.vcproj	Wed May 14 02:52:06 2008 +0000
@@ -748,6 +748,10 @@
 				>
 			</File>
 			<File
+				RelativePath=".\..\src\thread_none.cpp"
+				>
+			</File>
+			<File
 				RelativePath=".\..\src\tile_map.cpp"
 				>
 			</File>
@@ -1292,6 +1296,10 @@
 				>
 			</File>
 			<File
+				RelativePath=".\..\src\querystring_gui.h"
+				>
+			</File>
+			<File
 				RelativePath=".\..\src\queue.h"
 				>
 			</File>
--- a/projects/openttd_vs90.vcproj	Wed May 14 02:32:35 2008 +0000
+++ b/projects/openttd_vs90.vcproj	Wed May 14 02:52:06 2008 +0000
@@ -745,6 +745,10 @@
 				>
 			</File>
 			<File
+				RelativePath=".\..\src\thread_none.cpp"
+				>
+			</File>
+			<File
 				RelativePath=".\..\src\tile_map.cpp"
 				>
 			</File>
@@ -1289,6 +1293,10 @@
 				>
 			</File>
 			<File
+				RelativePath=".\..\src\querystring_gui.h"
+				>
+			</File>
+			<File
 				RelativePath=".\..\src\queue.h"
 				>
 			</File>
--- a/source.list	Wed May 14 02:32:35 2008 +0000
+++ b/source.list	Wed May 14 02:52:06 2008 +0000
@@ -248,6 +248,7 @@
 player_func.h
 player_gui.h
 player_type.h
+querystring_gui.h
 queue.h
 rail.h
 rail_gui.h