diff options
author | smatz <smatz@openttd.org> | 2009-09-21 11:01:16 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-09-21 11:01:16 +0000 |
commit | 662ef3173b5eb27905255929401c7d18b349f8f0 (patch) | |
tree | d51fc11f210777cd51935f503b3f6760db94b20d /projects | |
parent | 114d48e492cc38644c0c020c6a30ab6c57179862 (diff) | |
download | openttd-662ef3173b5eb27905255929401c7d18b349f8f0.tar.xz |
(svn r17597) -Codechange: rename namegen* to townname*
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 24 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 24 |
2 files changed, 24 insertions, 24 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 4acb0236b..af0c8d057 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -612,10 +612,6 @@ > </File> <File - RelativePath=".\..\src\namegen.cpp" - > - </File> - <File RelativePath=".\..\src\network\network.cpp" > </File> @@ -740,6 +736,10 @@ > </File> <File + RelativePath=".\..\src\townname.cpp" + > + </File> + <File RelativePath=".\..\src\vehicle.cpp" > </File> @@ -1120,10 +1120,6 @@ > </File> <File - RelativePath=".\..\src\namegen_func.h" - > - </File> - <File RelativePath=".\..\src\network\network.h" > </File> @@ -1528,6 +1524,10 @@ > </File> <File + RelativePath=".\..\src\townname_func.h" + > + </File> + <File RelativePath=".\..\src\town_type.h" > </File> @@ -2240,10 +2240,6 @@ > </File> <File - RelativePath=".\..\src\table\namegen.h" - > - </File> - <File RelativePath=".\..\src\table\palette_convert.h" > </File> @@ -2288,6 +2284,10 @@ > </File> <File + RelativePath=".\..\src\table\townname.h" + > + </File> + <File RelativePath=".\..\src\table\town_land.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 93c592a75..6003f3fce 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -609,10 +609,6 @@ > </File> <File - RelativePath=".\..\src\namegen.cpp" - > - </File> - <File RelativePath=".\..\src\network\network.cpp" > </File> @@ -737,6 +733,10 @@ > </File> <File + RelativePath=".\..\src\townname.cpp" + > + </File> + <File RelativePath=".\..\src\vehicle.cpp" > </File> @@ -1117,10 +1117,6 @@ > </File> <File - RelativePath=".\..\src\namegen_func.h" - > - </File> - <File RelativePath=".\..\src\network\network.h" > </File> @@ -1525,6 +1521,10 @@ > </File> <File + RelativePath=".\..\src\townname_func.h" + > + </File> + <File RelativePath=".\..\src\town_type.h" > </File> @@ -2237,10 +2237,6 @@ > </File> <File - RelativePath=".\..\src\table\namegen.h" - > - </File> - <File RelativePath=".\..\src\table\palette_convert.h" > </File> @@ -2285,6 +2281,10 @@ > </File> <File + RelativePath=".\..\src\table\townname.h" + > + </File> + <File RelativePath=".\..\src\table\town_land.h" > </File> |