diff options
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 6 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 45042187f..ca587c9ea 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -513,6 +513,9 @@ RelativePath=".\..\src\newgrf_callbacks.h"> </File> <File + RelativePath=".\..\src\newgrf_canal.h"> + </File> + <File RelativePath=".\..\src\newgrf_cargo.h"> </File> <File @@ -935,6 +938,9 @@ RelativePath=".\..\src\newgrf.cpp"> </File> <File + RelativePath=".\..\src\newgrf_canal.cpp"> + </File> + <File RelativePath=".\..\src\newgrf_cargo.cpp"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 57c9cfca4..9ac7e6cb5 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -912,6 +912,10 @@ > </File> <File + RelativePath=".\..\src\newgrf_canal.h" + > + </File> + <File RelativePath=".\..\src\newgrf_cargo.h" > </File> @@ -1468,6 +1472,10 @@ > </File> <File + RelativePath=".\..\src\newgrf_canal.cpp" + > + </File> + <File RelativePath=".\..\src\newgrf_cargo.cpp" > </File> |