diff options
author | peter1138 <peter1138@openttd.org> | 2008-05-28 11:56:44 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2008-05-28 11:56:44 +0000 |
commit | 9e863e1dbb6ba89611bce4578c26045cce0ba990 (patch) | |
tree | 1f735cb01b294642be32b88369649de9a6958ab3 /projects | |
parent | f9fc53f98a0c5fde3a9108481faebd0d1d50b661 (diff) | |
download | openttd-9e863e1dbb6ba89611bce4578c26045cce0ba990.tar.xz |
(svn r13308) -Fix (r13307): projects/generate...
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 a57c1f4dd..b76b34f89 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -760,6 +760,10 @@ > </File> <File + RelativePath=".\..\src\vehiclelist.cpp" + > + </File> + <File RelativePath=".\..\src\viewport.cpp" > </File> @@ -1596,6 +1600,10 @@ > </File> <File + RelativePath=".\..\src\vehiclelist.h" + > + </File> + <File RelativePath=".\..\src\viewport_func.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 9b2dd1c48..120415bcb 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -757,6 +757,10 @@ > </File> <File + RelativePath=".\..\src\vehiclelist.cpp" + > + </File> + <File RelativePath=".\..\src\viewport.cpp" > </File> @@ -1593,6 +1597,10 @@ > </File> <File + RelativePath=".\..\src\vehiclelist.h" + > + </File> + <File RelativePath=".\..\src\viewport_func.h" > </File> |