diff options
author | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 13:00:41 +0000 |
---|---|---|
committer | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 13:00:41 +0000 |
commit | 9824d53d6a7d96e0a7182fa5bae5c05218b6a730 (patch) | |
tree | abf7c118713c9501bc4de57558ed822a11eb1451 /projects/openttd_vs80.vcproj | |
parent | 6a46b5262fa9b5b2de220353eec72d58c7e4484d (diff) | |
download | openttd-9824d53d6a7d96e0a7182fa5bae5c05218b6a730.tar.xz |
(svn r25356) -Add: Multi-Commodity-Flow solver for link graph
Diffstat (limited to 'projects/openttd_vs80.vcproj')
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 7b77504d0..3cf722b02 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -611,6 +611,10 @@ > </File> <File + RelativePath=".\..\src\linkgraph\mcf.cpp" + > + </File> + <File RelativePath=".\..\src\map.cpp" > </File> @@ -1207,6 +1211,10 @@ > </File> <File + RelativePath=".\..\src\linkgraph\mcf.h" + > + </File> + <File RelativePath=".\..\src\livery.h" > </File> |