changeset 9218:0706f7f7bd4f draft

(svn r13084) -Fix (r13042): forgot to add querystring_gui.h to source.list and project files
author glx <glx@openttd.org>
date Wed, 14 May 2008 02:52:06 +0000
parents 118e3a69d402
children 19e9d25da264
files projects/openttd_vs80.vcproj projects/openttd_vs90.vcproj source.list
diffstat 3 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -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
+++ b/projects/openttd_vs90.vcproj
@@ -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
+++ b/source.list
@@ -248,6 +248,7 @@
 player_func.h
 player_gui.h
 player_type.h
+querystring_gui.h
 queue.h
 rail.h
 rail_gui.h