summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2008-05-14 02:52:06 +0000
committerglx <glx@openttd.org>2008-05-14 02:52:06 +0000
commit1118e389e90a5830564dc560acd420d0ee8aa231 (patch)
tree23aa6df0a7684c59de620363e322ce590d138c97
parentbbc173dfc6461834c7f3419540dd49fa9c2b06d5 (diff)
downloadopenttd-1118e389e90a5830564dc560acd420d0ee8aa231.tar.xz
(svn r13084) -Fix (r13042): forgot to add querystring_gui.h to source.list and project files
-rw-r--r--projects/openttd_vs80.vcproj8
-rw-r--r--projects/openttd_vs90.vcproj8
-rw-r--r--source.list1
3 files changed, 17 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index caec08917..8fc4f8ba1 100644
--- 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>
diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj
index b84ebdc71..bab587c4d 100644
--- 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>
diff --git a/source.list b/source.list
index 12da54bde..692c15a16 100644
--- a/source.list
+++ b/source.list
@@ -248,6 +248,7 @@ player_face.h
player_func.h
player_gui.h
player_type.h
+querystring_gui.h
queue.h
rail.h
rail_gui.h