diff options
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 6 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 8 |
3 files changed, 22 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index b9c53cb7b..15ac028a0 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -345,6 +345,9 @@ RelativePath=".\..\src\settings.cpp"> </File> <File + RelativePath=".\..\src\signal.cpp"> + </File> + <File RelativePath=".\..\src\signs.cpp"> </File> <File @@ -649,6 +652,9 @@ RelativePath=".\..\src\signs.h"> </File> <File + RelativePath=".\..\src\signal_func.h"> + </File> + <File RelativePath=".\..\src\slope.h"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index a7762d24e..dbeceafe9 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -692,6 +692,10 @@ > </File> <File + RelativePath=".\..\src\signal.cpp" + > + </File> + <File RelativePath=".\..\src\signs.cpp" > </File> @@ -1096,6 +1100,10 @@ > </File> <File + RelativePath=".\..\src\signal_func.h" + > + </File> + <File RelativePath=".\..\src\slope.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 1a074660f..c7a4c4948 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -689,6 +689,10 @@ > </File> <File + RelativePath=".\..\src\signal.cpp" + > + </File> + <File RelativePath=".\..\src\signs.cpp" > </File> @@ -1093,6 +1097,10 @@ > </File> <File + RelativePath=".\..\src\signal_func.h" + > + </File> + <File RelativePath=".\..\src\slope.h" > </File> |