# HG changeset patch # User rubidium # Date 1167814513 0 # Node ID ec96a5a38023271314cf05293fd7b8c72f5d9c74 # Parent 3778051e809500f2a30f1183307a0cf9af551a9c (svn r7791) [cbh] -Fix (r7790): forgot to run projects/generate, so the MSVC project files were not in sync with sources.list. diff -r 3778051e8095 -r ec96a5a38023 projects/openttd.vcproj --- a/projects/openttd.vcproj Wed Jan 03 08:49:36 2007 +0000 +++ b/projects/openttd.vcproj Wed Jan 03 08:55:13 2007 +0000 @@ -700,7 +700,7 @@ RelativePath=".\..\src\music_gui.c"> + RelativePath=".\..\src\network\network_gui.c"> @@ -761,6 +761,9 @@ RelativePath=".\..\src\clear_cmd.c"> + + + RelativePath=".\..\src\tunnel_cmd.c"> diff -r 3778051e8095 -r ec96a5a38023 projects/openttd_vs80.vcproj --- a/projects/openttd_vs80.vcproj Wed Jan 03 08:49:36 2007 +0000 +++ b/projects/openttd_vs80.vcproj Wed Jan 03 08:55:13 2007 +0000 @@ -983,7 +983,7 @@ RelativePath=".\..\src\music_gui.c"> + RelativePath=".\..\src\network\network_gui.c"> @@ -1044,6 +1044,9 @@ RelativePath=".\..\src\clear_cmd.c"> + + + RelativePath=".\..\src\tunnel_cmd.c">