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 | 1118e389e90a5830564dc560acd420d0ee8aa231 (patch) | |
tree | 23aa6df0a7684c59de620363e322ce590d138c97 /projects | |
parent | bbc173dfc6461834c7f3419540dd49fa9c2b06d5 (diff) | |
download | openttd-1118e389e90a5830564dc560acd420d0ee8aa231.tar.xz |
(svn r13084) -Fix (r13042): forgot to add querystring_gui.h to source.list and project files
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 8 |
2 files changed, 16 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> |