diff options
author | rubidium <rubidium@openttd.org> | 2009-03-13 20:29:35 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-03-13 20:29:35 +0000 |
commit | e6353a1a221bee43d2f04b060f62d3ea41633483 (patch) | |
tree | e5c5daacc1309174c3232687d31d1515098be34a /projects | |
parent | 070320f25bdb7f6b2c39240bfc510a42e20c8f8c (diff) | |
download | openttd-e6353a1a221bee43d2f04b060f62d3ea41633483.tar.xz |
(svn r15700) -Codechange: split Cmd* from signs.cpp to signs_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 acf9bf4f5..c93fab65b 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1972,6 +1972,10 @@ > </File> <File + RelativePath=".\..\src\signs_cmd.cpp" + > + </File> + <File RelativePath=".\..\src\station_cmd.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 6e2b0bb47..08ba19ba7 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1969,6 +1969,10 @@ > </File> <File + RelativePath=".\..\src\signs_cmd.cpp" + > + </File> + <File RelativePath=".\..\src\station_cmd.cpp" > </File> |