summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorfonsinchen <fonsinchen@openttd.org>2013-06-09 12:59:51 +0000
committerfonsinchen <fonsinchen@openttd.org>2013-06-09 12:59:51 +0000
commit6a46b5262fa9b5b2de220353eec72d58c7e4484d (patch)
tree1b71a1bda22791f1728654af830e9dcade960204 /projects
parentc32eea02dd2de11636f5182a38fc8d577ff1f457 (diff)
downloadopenttd-6a46b5262fa9b5b2de220353eec72d58c7e4484d.tar.xz
(svn r25355) -Add: demand handler for link graph
Diffstat (limited to 'projects')
-rw-r--r--projects/openttd_vs100.vcxproj2
-rw-r--r--projects/openttd_vs100.vcxproj.filters6
-rw-r--r--projects/openttd_vs80.vcproj8
-rw-r--r--projects/openttd_vs90.vcproj8
4 files changed, 24 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj
index c71f04734..cecf13130 100644
--- a/projects/openttd_vs100.vcxproj
+++ b/projects/openttd_vs100.vcxproj
@@ -331,6 +331,7 @@
<ClCompile Include="..\src\ini.cpp" />
<ClCompile Include="..\src\ini_load.cpp" />
<ClCompile Include="..\src\landscape.cpp" />
+ <ClCompile Include="..\src\linkgraph\demands.cpp" />
<ClCompile Include="..\src\linkgraph\linkgraph.cpp" />
<ClCompile Include="..\src\linkgraph\linkgraphjob.cpp" />
<ClCompile Include="..\src\linkgraph\linkgraphschedule.cpp" />
@@ -473,6 +474,7 @@
<ClInclude Include="..\src\landscape.h" />
<ClInclude Include="..\src\landscape_type.h" />
<ClInclude Include="..\src\language.h" />
+ <ClInclude Include="..\src\linkgraph\demands.h" />
<ClInclude Include="..\src\linkgraph\init.h" />
<ClInclude Include="..\src\linkgraph\linkgraph.h" />
<ClInclude Include="..\src\linkgraph\linkgraph_base.h" />
diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters
index ab220b057..163f6fcfb 100644
--- a/projects/openttd_vs100.vcxproj.filters
+++ b/projects/openttd_vs100.vcxproj.filters
@@ -222,6 +222,9 @@
<ClCompile Include="..\src\landscape.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\src\linkgraph\demands.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="..\src\linkgraph\linkgraph.cpp">
<Filter>Source Files</Filter>
</ClCompile>
@@ -648,6 +651,9 @@
<ClInclude Include="..\src\language.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="..\src\linkgraph\demands.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
<ClInclude Include="..\src\linkgraph\init.h">
<Filter>Header Files</Filter>
</ClInclude>
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index 6f06b5d4a..7b77504d0 100644
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -595,6 +595,10 @@
>
</File>
<File
+ RelativePath=".\..\src\linkgraph\demands.cpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\linkgraph\linkgraph.cpp"
>
</File>
@@ -1167,6 +1171,10 @@
>
</File>
<File
+ RelativePath=".\..\src\linkgraph\demands.h"
+ >
+ </File>
+ <File
RelativePath=".\..\src\linkgraph\init.h"
>
</File>
diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj
index 56db5987e..655b18c24 100644
--- a/projects/openttd_vs90.vcproj
+++ b/projects/openttd_vs90.vcproj
@@ -592,6 +592,10 @@
>
</File>
<File
+ RelativePath=".\..\src\linkgraph\demands.cpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\linkgraph\linkgraph.cpp"
>
</File>
@@ -1164,6 +1168,10 @@
>
</File>
<File
+ RelativePath=".\..\src\linkgraph\demands.h"
+ >
+ </File>
+ <File
RelativePath=".\..\src\linkgraph\init.h"
>
</File>