summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2013-05-19 14:17:02 +0000
committerrubidium <rubidium@openttd.org>2013-05-19 14:17:02 +0000
commit0cc3d8df4b79628c702ba1293cdc00c099dd0b60 (patch)
tree2548b5291ae4ca4c2e90adc957dc289d6ddb8e5b /projects
parent06313e49812b534d1c16ce5376f39081519b0aef (diff)
downloadopenttd-0cc3d8df4b79628c702ba1293cdc00c099dd0b60.tar.xz
(svn r25258) -Codechange: save linkgraph (fonsinchen)
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 e8048fe01..dd5340a85 100644
--- a/projects/openttd_vs100.vcxproj
+++ b/projects/openttd_vs100.vcxproj
@@ -811,6 +811,7 @@
<ClCompile Include="..\src\saveload\group_sl.cpp" />
<ClCompile Include="..\src\saveload\industry_sl.cpp" />
<ClCompile Include="..\src\saveload\labelmaps_sl.cpp" />
+ <ClCompile Include="..\src\saveload\linkgraph_sl.cpp" />
<ClCompile Include="..\src\saveload\map_sl.cpp" />
<ClCompile Include="..\src\saveload\misc_sl.cpp" />
<ClCompile Include="..\src\saveload\newgrf_sl.cpp" />
diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters
index 59d6993e1..4b93c0418 100644
--- a/projects/openttd_vs100.vcxproj.filters
+++ b/projects/openttd_vs100.vcxproj.filters
@@ -1662,6 +1662,9 @@
<ClCompile Include="..\src\saveload\labelmaps_sl.cpp">
<Filter>Save/Load handlers</Filter>
</ClCompile>
+ <ClCompile Include="..\src\saveload\linkgraph_sl.cpp">
+ <Filter>Save/Load handlers</Filter>
+ </ClCompile>
<ClCompile Include="..\src\saveload\map_sl.cpp">
<Filter>Save/Load handlers</Filter>
</ClCompile>
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index 4e2cb1c72..743401143 100644
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -2539,6 +2539,10 @@
>
</File>
<File
+ RelativePath=".\..\src\saveload\linkgraph_sl.cpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\saveload\map_sl.cpp"
>
</File>
diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj
index a5af31edb..ab20a4fff 100644
--- a/projects/openttd_vs90.vcproj
+++ b/projects/openttd_vs90.vcproj
@@ -2536,6 +2536,10 @@
>
</File>
<File
+ RelativePath=".\..\src\saveload\linkgraph_sl.cpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\saveload\map_sl.cpp"
>
</File>