diff options
author | rubidium <rubidium@openttd.org> | 2009-03-13 20:09:35 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-03-13 20:09:35 +0000 |
commit | 070320f25bdb7f6b2c39240bfc510a42e20c8f8c (patch) | |
tree | 9d06bfeed5f69b0450028f41d5ae23b95d1b71a5 /projects | |
parent | 38d66e82e25acb5bb17c3b705b83af14c95a53ff (diff) | |
download | openttd-070320f25bdb7f6b2c39240bfc510a42e20c8f8c.tar.xz |
(svn r15699) -Codechange: split Cmd* from vehicle.cpp to vehicle_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 c80949e93..acf9bf4f5 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -2004,6 +2004,10 @@ > </File> <File + RelativePath=".\..\src\vehicle_cmd.cpp" + > + </File> + <File RelativePath=".\..\src\water_cmd.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 055699fb7..6e2b0bb47 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -2001,6 +2001,10 @@ > </File> <File + RelativePath=".\..\src\vehicle_cmd.cpp" + > + </File> + <File RelativePath=".\..\src\water_cmd.cpp" > </File> |