diff options
author | smatz <smatz@openttd.org> | 2009-06-23 21:44:48 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-06-23 21:44:48 +0000 |
commit | 0045096403ed050cf972aef6d146535bbb88f713 (patch) | |
tree | c2d5afb33a93771903898ca7192ded5d3d40c731 /projects | |
parent | 8bb88e5f7236738f2101b96a3d23a4252464a615 (diff) | |
download | openttd-0045096403ed050cf972aef6d146535bbb88f713.tar.xz |
(svn r16640) -Codechange: move roadstop stuff to separate files
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 50d3cbc8c..836191ed4 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -688,6 +688,10 @@ > </File> <File + RelativePath=".\..\src\roadstop.cpp" + > + </File> + <File RelativePath=".\..\src\screenshot.cpp" > </File> @@ -1328,6 +1332,10 @@ > </File> <File + RelativePath=".\..\src\roadstop_base.h" + > + </File> + <File RelativePath=".\..\src\roadveh.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index be8c39866..90789aaca 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -685,6 +685,10 @@ > </File> <File + RelativePath=".\..\src\roadstop.cpp" + > + </File> + <File RelativePath=".\..\src\screenshot.cpp" > </File> @@ -1325,6 +1329,10 @@ > </File> <File + RelativePath=".\..\src\roadstop_base.h" + > + </File> + <File RelativePath=".\..\src\roadveh.h" > </File> |