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 | |
parent | 55b93b1c058aff7fb67dad186c31855acb2a5724 (diff) | |
download | openttd-a1942409da915626a43af04c34a606320345a4d1.tar.xz |
(svn r10231) -Cleanup: MSVC project files
-rw-r--r-- | projects/openttd.vcproj | 20 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 26 | ||||
-rw-r--r-- | source.list | 6 |
3 files changed, 25 insertions, 27 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> diff --git a/source.list b/source.list index 8dc549b7e..6445d213b 100644 --- a/source.list +++ b/source.list @@ -98,7 +98,6 @@ aircraft.h airport.h airport_movement.h articulated_vehicles.h -autoreplace_cmd.h aystar.h bmp.h cargotype.h @@ -127,6 +126,7 @@ hal.h heightmap.h helpers.hpp industry.h +landscape.h livery.h macros.h map.h @@ -259,7 +259,6 @@ water_cmd.cpp # Tables table/ai_rail.h -table/allstrings.h table/animcursors.h table/autorail.h table/build_industry.h @@ -276,12 +275,11 @@ table/road_land.h table/roadveh.h table/sprites.h table/station_land.h -table/strings.h +../objs/langs/table/strings.h table/town_land.h table/track_land.h table/train_cmd.h table/tree_land.h -table/tunnel_land.h table/unmovable_land.h table/water_land.h |