diff options
author | glx <glx@openttd.org> | 2007-07-16 13:51:17 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2007-07-16 13:51:17 +0000 |
commit | 52cba8858638cbd5a24aed14468eecf88f9007f8 (patch) | |
tree | 7d16ad609b316ee39f0e21c61d7abcd510c295c3 /projects | |
parent | c9d293e090f9ff6664d1c168e7b538aebc1d4fdb (diff) | |
download | openttd-52cba8858638cbd5a24aed14468eecf88f9007f8.tar.xz |
(svn r10590) -Fix: cargo_packet.* were not sorted correctly in project files
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index e681545aa..63ef6bc17 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -179,10 +179,10 @@ RelativePath=".\..\src\callback_table.cpp"> </File> <File - RelativePath=".\..\src\cargotype.cpp"> + RelativePath=".\..\src\cargopacket.cpp"> </File> <File - RelativePath=".\..\src\cargopacket.cpp"> + RelativePath=".\..\src\cargotype.cpp"> </File> <File RelativePath=".\..\src\command.cpp"> @@ -402,10 +402,10 @@ RelativePath=".\..\src\bmp.h"> </File> <File - RelativePath=".\..\src\cargotype.h"> + RelativePath=".\..\src\cargopacket.h"> </File> <File - RelativePath=".\..\src\cargopacket.h"> + RelativePath=".\..\src\cargotype.h"> </File> <File RelativePath=".\..\src\command.h"> diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 311f23ac1..40dae1ad2 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -468,11 +468,11 @@ > </File> <File - RelativePath=".\..\src\cargotype.cpp" + RelativePath=".\..\src\cargopacket.cpp" > </File> <File - RelativePath=".\..\src\cargopacket.cpp" + RelativePath=".\..\src\cargotype.cpp" > </File> <File @@ -764,11 +764,11 @@ > </File> <File - RelativePath=".\..\src\cargotype.h" + RelativePath=".\..\src\cargopacket.h" > </File> <File - RelativePath=".\..\src\cargopacket.h" + RelativePath=".\..\src\cargotype.h" > </File> <File |