summaryrefslogtreecommitdiff
path: root/projects/openttd_vs100.vcxproj
diff options
context:
space:
mode:
authorfonsinchen <fonsinchen@openttd.org>2013-06-09 13:00:41 +0000
committerfonsinchen <fonsinchen@openttd.org>2013-06-09 13:00:41 +0000
commit9824d53d6a7d96e0a7182fa5bae5c05218b6a730 (patch)
treeabf7c118713c9501bc4de57558ed822a11eb1451 /projects/openttd_vs100.vcxproj
parent6a46b5262fa9b5b2de220353eec72d58c7e4484d (diff)
downloadopenttd-9824d53d6a7d96e0a7182fa5bae5c05218b6a730.tar.xz
(svn r25356) -Add: Multi-Commodity-Flow solver for link graph
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 cecf13130..fcfb2e61e 100644
--- a/projects/openttd_vs100.vcxproj
+++ b/projects/openttd_vs100.vcxproj
@@ -335,6 +335,7 @@
<ClCompile Include="..\src\linkgraph\linkgraph.cpp" />
<ClCompile Include="..\src\linkgraph\linkgraphjob.cpp" />
<ClCompile Include="..\src\linkgraph\linkgraphschedule.cpp" />
+ <ClCompile Include="..\src\linkgraph\mcf.cpp" />
<ClCompile Include="..\src\map.cpp" />
<ClCompile Include="..\src\misc.cpp" />
<ClCompile Include="..\src\mixer.cpp" />
@@ -483,6 +484,7 @@
<ClInclude Include="..\src\linkgraph\linkgraphjob.h" />
<ClInclude Include="..\src\linkgraph\linkgraphjob_base.h" />
<ClInclude Include="..\src\linkgraph\linkgraphschedule.h" />
+ <ClInclude Include="..\src\linkgraph\mcf.h" />
<ClInclude Include="..\src\livery.h" />
<ClInclude Include="..\src\map_func.h" />
<ClInclude Include="..\src\map_type.h" />