diff options
author | glx <glx@openttd.org> | 2007-06-20 03:01:27 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2007-06-20 03:01:27 +0000 |
commit | a1942409da915626a43af04c34a606320345a4d1 (patch) | |
tree | 555fb878ee34f7ad3f123183bb92de6a00d23abb /projects | |
parent | 55b93b1c058aff7fb67dad186c31855acb2a5724 (diff) | |
download | openttd-a1942409da915626a43af04c34a606320345a4d1.tar.xz |
(svn r10231) -Cleanup: MSVC project files
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 20 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 26 |
2 files changed, 23 insertions, 23 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index d9880d3a4..a439556d2 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -393,9 +393,6 @@ RelativePath=".\..\src\articulated_vehicles.h"> </File> <File - RelativePath=".\..\src\autoreplace_cmd.h"> - </File> - <File RelativePath=".\..\src\aystar.h"> </File> <File @@ -480,6 +477,9 @@ RelativePath=".\..\src\industry.h"> </File> <File + RelativePath=".\..\src\landscape.h"> + </File> + <File RelativePath=".\..\src\livery.h"> </File> <File @@ -870,9 +870,6 @@ RelativePath=".\..\src\table\ai_rail.h"> </File> <File - RelativePath=".\..\src\table\allstrings.h"> - </File> - <File RelativePath=".\..\src\table\animcursors.h"> </File> <File @@ -921,7 +918,7 @@ RelativePath=".\..\src\table\station_land.h"> </File> <File - RelativePath=".\..\src\table\strings.h"> + RelativePath=".\..\src\..\objs\langs\table\strings.h"> </File> <File RelativePath=".\..\src\table\town_land.h"> @@ -936,9 +933,6 @@ RelativePath=".\..\src\table\tree_land.h"> </File> <File - RelativePath=".\..\src\table\tunnel_land.h"> - </File> - <File RelativePath=".\..\src\table\unmovable_land.h"> </File> <File @@ -971,6 +965,12 @@ Name="Blitters" Filter=""> <File + RelativePath=".\..\src\blitter\32bpp_anim.cpp"> + </File> + <File + RelativePath=".\..\src\blitter\32bpp_anim.hpp"> + </File> + <File RelativePath=".\..\src\blitter\32bpp_base.cpp"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 407232275..f3129305a 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -752,10 +752,6 @@ > </File> <File - RelativePath=".\..\src\autoreplace_cmd.h" - > - </File> - <File RelativePath=".\..\src\aystar.h" > </File> @@ -868,6 +864,10 @@ > </File> <File + RelativePath=".\..\src\landscape.h" + > + </File> + <File RelativePath=".\..\src\livery.h" > </File> @@ -1384,10 +1384,6 @@ > </File> <File - RelativePath=".\..\src\table\allstrings.h" - > - </File> - <File RelativePath=".\..\src\table\animcursors.h" > </File> @@ -1452,7 +1448,7 @@ > </File> <File - RelativePath=".\..\src\table\strings.h" + RelativePath=".\..\src\..\objs\langs\table\strings.h" > </File> <File @@ -1472,10 +1468,6 @@ > </File> <File - RelativePath=".\..\src\table\tunnel_land.h" - > - </File> - <File RelativePath=".\..\src\table\unmovable_land.h" > </File> @@ -1516,6 +1508,14 @@ Name="Blitters" > <File + RelativePath=".\..\src\blitter\32bpp_anim.cpp" + > + </File> + <File + RelativePath=".\..\src\blitter\32bpp_anim.hpp" + > + </File> + <File RelativePath=".\..\src\blitter\32bpp_base.cpp" > </File> |