diff options
author | smatz <smatz@openttd.org> | 2009-01-20 16:47:42 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-01-20 16:47:42 +0000 |
commit | 49c5c7134807bb2d975a85f974523b699169ef6d (patch) | |
tree | 2e38ef3d1df84965ff8e72a1a52ab2e012533c6e /projects | |
parent | c8e26be649010b0c060ee5ec54c09e03105d08c6 (diff) | |
download | openttd-49c5c7134807bb2d975a85f974523b699169ef6d.tar.xz |
(svn r15174) -Codechange: split oldloader.cpp
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index e1e340908..f89a6c19a 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -2072,6 +2072,10 @@ > </File> <File + RelativePath=".\..\src\saveload\oldloader.h" + > + </File> + <File RelativePath=".\..\src\saveload\order_sl.cpp" > </File> @@ -2108,6 +2112,10 @@ > </File> <File + RelativePath=".\..\src\saveload\ttdloader.cpp" + > + </File> + <File RelativePath=".\..\src\saveload\vehicle_sl.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index ff7cf9819..bd497f390 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -2069,6 +2069,10 @@ > </File> <File + RelativePath=".\..\src\saveload\oldloader.h" + > + </File> + <File RelativePath=".\..\src\saveload\order_sl.cpp" > </File> @@ -2105,6 +2109,10 @@ > </File> <File + RelativePath=".\..\src\saveload\ttdloader.cpp" + > + </File> + <File RelativePath=".\..\src\saveload\vehicle_sl.cpp" > </File> |