diff options
author | glx <glx@openttd.org> | 2008-05-14 02:52:06 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2008-05-14 02:52:06 +0000 |
commit | 5581d9f74433437cd233cdab9ea2bae9cc60ac13 (patch) | |
tree | 23aa6df0a7684c59de620363e322ce590d138c97 | |
parent | ab0aa4e080ce5f78fb26b5548288ccf8a496c8f9 (diff) | |
download | openttd-5581d9f74433437cd233cdab9ea2bae9cc60ac13.tar.xz |
(svn r13084) -Fix (r13042): forgot to add querystring_gui.h to source.list and project files
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 8 | ||||
-rw-r--r-- | source.list | 1 |
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 |