From 1118e389e90a5830564dc560acd420d0ee8aa231 Mon Sep 17 00:00:00 2001 From: glx Date: Wed, 14 May 2008 02:52:06 +0000 Subject: [PATCH] (svn r13084) -Fix (r13042): forgot to add querystring_gui.h to source.list and project files --- projects/openttd_vs80.vcproj | 8 ++++++++ projects/openttd_vs90.vcproj | 8 ++++++++ source.list | 1 + 3 files changed, 17 insertions(+) diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index caec089170..8fc4f8ba1d 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -747,6 +747,10 @@ RelativePath=".\..\src\fiber_win32.cpp" > + + @@ -1291,6 +1295,10 @@ RelativePath=".\..\src\player_type.h" > + + diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index b84ebdc71a..bab587c4d9 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -744,6 +744,10 @@ RelativePath=".\..\src\fiber_win32.cpp" > + + @@ -1288,6 +1292,10 @@ RelativePath=".\..\src\player_type.h" > + + diff --git a/source.list b/source.list index 12da54bdeb..692c15a162 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