summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2014-06-17 20:09:00 +0000
committermichi_cc <michi_cc@openttd.org>2014-06-17 20:09:00 +0000
commit5ba1a7f323719a3c4256cb1f2c4b01edd3c7ce48 (patch)
treec7e303e90136dc50abbaa4cefdd7a2159af5ca63 /projects
parentab964a6ceed04d64fc1568196ba7c2adfc6d0c49 (diff)
downloadopenttd-5ba1a7f323719a3c4256cb1f2c4b01edd3c7ce48.tar.xz
(svn r26654) -Fix (r26482): Header file missing from sources.list.
Diffstat (limited to 'projects')
-rw-r--r--projects/openttd_vs100.vcxproj1
-rw-r--r--projects/openttd_vs100.vcxproj.filters3
-rw-r--r--projects/openttd_vs80.vcproj4
-rw-r--r--projects/openttd_vs90.vcproj4
4 files changed, 12 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj
index 2feba86c2..e7b30aed6 100644
--- a/projects/openttd_vs100.vcxproj
+++ b/projects/openttd_vs100.vcxproj
@@ -568,6 +568,7 @@
<ClInclude Include="..\src\road_type.h" />
<ClInclude Include="..\src\roadstop_base.h" />
<ClInclude Include="..\src\roadveh.h" />
+ <ClInclude Include="..\src\safeguards.h" />
<ClInclude Include="..\src\screenshot.h" />
<ClInclude Include="..\src\sdl.h" />
<ClInclude Include="..\src\sound\sdl_s.h" />
diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters
index 82b64ff76..f51295d38 100644
--- a/projects/openttd_vs100.vcxproj.filters
+++ b/projects/openttd_vs100.vcxproj.filters
@@ -933,6 +933,9 @@
<ClInclude Include="..\src\roadveh.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="..\src\safeguards.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
<ClInclude Include="..\src\screenshot.h">
<Filter>Header Files</Filter>
</ClInclude>
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index e417f4a13..f7d087146 100644
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -1547,6 +1547,10 @@
>
</File>
<File
+ RelativePath=".\..\src\safeguards.h"
+ >
+ </File>
+ <File
RelativePath=".\..\src\screenshot.h"
>
</File>
diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj
index 6d9c92c40..2a0b60053 100644
--- a/projects/openttd_vs90.vcproj
+++ b/projects/openttd_vs90.vcproj
@@ -1544,6 +1544,10 @@
>
</File>
<File
+ RelativePath=".\..\src\safeguards.h"
+ >
+ </File>
+ <File
RelativePath=".\..\src\screenshot.h"
>
</File>