diff options
author | Yexo <yexo@openttd.org> | 2009-01-20 12:40:34 +0000 |
---|---|---|
committer | Yexo <yexo@openttd.org> | 2009-01-20 12:40:34 +0000 |
commit | 4091989752139d35c9153e701e862143acd99c7f (patch) | |
tree | 1b35b4471b68277186c8d9a6c74debd510a3d054 /projects | |
parent | 196085eb0f4304441c014b8bf6a2d84b46784875 (diff) | |
download | openttd-4091989752139d35c9153e701e862143acd99c7f.tar.xz |
(svn r15165) -Fix (r15163): The MSVC project files were not regenerated.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 12 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 38dc2c46d..e1e340908 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -3200,6 +3200,14 @@ Name="Network Core" > <File + RelativePath=".\..\src\network\core\address.cpp" + > + </File> + <File + RelativePath=".\..\src\network\core\address.h" + > + </File> + <File RelativePath=".\..\src\network\core\config.h" > </File> @@ -3244,6 +3252,10 @@ > </File> <File + RelativePath=".\..\src\network\core\tcp_connect.cpp" + > + </File> + <File RelativePath=".\..\src\network\core\tcp_content.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 2b15f8364..ff7cf9819 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -3197,6 +3197,14 @@ Name="Network Core" > <File + RelativePath=".\..\src\network\core\address.cpp" + > + </File> + <File + RelativePath=".\..\src\network\core\address.h" + > + </File> + <File RelativePath=".\..\src\network\core\config.h" > </File> @@ -3241,6 +3249,10 @@ > </File> <File + RelativePath=".\..\src\network\core\tcp_connect.cpp" + > + </File> + <File RelativePath=".\..\src\network\core\tcp_content.cpp" > </File> |