diff options
author | rubidium <rubidium@openttd.org> | 2010-05-12 20:50:10 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-05-12 20:50:10 +0000 |
commit | 1a5d7b34d8788340f348dc51a3809155b50b2595 (patch) | |
tree | 085f25035601ee9209149d209595d593e5baee51 /projects | |
parent | e91165ef6e907c7868ecf994c91b16bc9960fbf9 (diff) | |
download | openttd-1a5d7b34d8788340f348dc51a3809155b50b2595.tar.xz |
(svn r19801) -Add [FS#3691]: custom naming of depots. Based on work by sbr
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index acb562db1..0b99a237d 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1992,6 +1992,10 @@ > </File> <File + RelativePath=".\..\src\depot_cmd.cpp" + > + </File> + <File RelativePath=".\..\src\disaster_cmd.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 71f2e65cb..159f08062 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1989,6 +1989,10 @@ > </File> <File + RelativePath=".\..\src\depot_cmd.cpp" + > + </File> + <File RelativePath=".\..\src\disaster_cmd.cpp" > </File> |