(svn r13084) -Fix (r13042): forgot to add querystring_gui.h to source.list and project files
--- 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