diff options
author | belugas <belugas@openttd.org> | 2009-03-13 21:49:24 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2009-03-13 21:49:24 +0000 |
commit | 42d9816ce3f3b9d03adede654225599c15c4697c (patch) | |
tree | 98055e83bdb668ce5ded5ae92854b4492a2b58ea /projects | |
parent | 27bcfd115be26719781913c9742a357d89bb4ab1 (diff) | |
download | openttd-42d9816ce3f3b9d03adede654225599c15c4697c.tar.xz |
(svn r15703) -Codechange: split Cmd* from waypoint.cpp to waypoint_cmd.cpp.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index c93fab65b..ff547623b 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -2015,6 +2015,10 @@ RelativePath=".\..\src\water_cmd.cpp" > </File> + <File + RelativePath=".\..\src\waypoint_cmd.cpp" + > + </File> </Filter> <Filter Name="Save/Load handlers" diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 08ba19ba7..ee5c4a1e4 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -2012,6 +2012,10 @@ RelativePath=".\..\src\water_cmd.cpp" > </File> + <File + RelativePath=".\..\src\waypoint_cmd.cpp" + > + </File> </Filter> <Filter Name="Save/Load handlers" |