summaryrefslogtreecommitdiff
path: root/projects/openttd_vs100.vcxproj
diff options
context:
space:
mode:
authorfonsinchen <fonsinchen@openttd.org>2013-06-09 12:57:41 +0000
committerfonsinchen <fonsinchen@openttd.org>2013-06-09 12:57:41 +0000
commit22f56ffdd7b106b0fd080e1dc4adc957e1b356ea (patch)
tree477872c3fddd35ea741b211596fa7a91594bbf7b /projects/openttd_vs100.vcxproj
parent33ad9774fb7c51f1ec706851c7a96a7ced5ff622 (diff)
downloadopenttd-22f56ffdd7b106b0fd080e1dc4adc957e1b356ea.tar.xz
(svn r25353) -Add: link graph job implementation
Diffstat (limited to 'projects/openttd_vs100.vcxproj')
-rw-r--r--projects/openttd_vs100.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj
index 5dc33f490..2c0b86853 100644
--- a/projects/openttd_vs100.vcxproj
+++ b/projects/openttd_vs100.vcxproj
@@ -332,6 +332,7 @@
<ClCompile Include="..\src\ini_load.cpp" />
<ClCompile Include="..\src\landscape.cpp" />
<ClCompile Include="..\src\linkgraph\linkgraph.cpp" />
+ <ClCompile Include="..\src\linkgraph\linkgraphjob.cpp" />
<ClCompile Include="..\src\map.cpp" />
<ClCompile Include="..\src\misc.cpp" />
<ClCompile Include="..\src\mixer.cpp" />
@@ -475,6 +476,7 @@
<ClInclude Include="..\src\linkgraph\linkgraph_base.h" />
<ClInclude Include="..\src\linkgraph\linkgraph_gui.h" />
<ClInclude Include="..\src\linkgraph\linkgraph_type.h" />
+ <ClInclude Include="..\src\linkgraph\linkgraphjob.h" />
<ClInclude Include="..\src\livery.h" />
<ClInclude Include="..\src\map_func.h" />
<ClInclude Include="..\src\map_type.h" />