diff options
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 2 | ||||
-rw-r--r-- | projects/openttd_vs100.vcxproj.filters | 6 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 8 |
4 files changed, 24 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index fcfb2e61e..48b6a7078 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\demands.cpp" /> + <ClCompile Include="..\src\linkgraph\flowmapper.cpp" /> <ClCompile Include="..\src\linkgraph\linkgraph.cpp" /> <ClCompile Include="..\src\linkgraph\linkgraphjob.cpp" /> <ClCompile Include="..\src\linkgraph\linkgraphschedule.cpp" /> @@ -476,6 +477,7 @@ <ClInclude Include="..\src\landscape_type.h" /> <ClInclude Include="..\src\language.h" /> <ClInclude Include="..\src\linkgraph\demands.h" /> + <ClInclude Include="..\src\linkgraph\flowmapper.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 23806dfaf..f049a2777 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -225,6 +225,9 @@ <ClCompile Include="..\src\linkgraph\demands.cpp"> <Filter>Source Files</Filter> </ClCompile> + <ClCompile Include="..\src\linkgraph\flowmapper.cpp"> + <Filter>Source Files</Filter> + </ClCompile> <ClCompile Include="..\src\linkgraph\linkgraph.cpp"> <Filter>Source Files</Filter> </ClCompile> @@ -657,6 +660,9 @@ <ClInclude Include="..\src\linkgraph\demands.h"> <Filter>Header Files</Filter> </ClInclude> + <ClInclude Include="..\src\linkgraph\flowmapper.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 3cf722b02..36f89adf7 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -599,6 +599,10 @@ > </File> <File + RelativePath=".\..\src\linkgraph\flowmapper.cpp" + > + </File> + <File RelativePath=".\..\src\linkgraph\linkgraph.cpp" > </File> @@ -1179,6 +1183,10 @@ > </File> <File + RelativePath=".\..\src\linkgraph\flowmapper.h" + > + </File> + <File RelativePath=".\..\src\linkgraph\init.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 040ee9154..286b5b720 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -596,6 +596,10 @@ > </File> <File + RelativePath=".\..\src\linkgraph\flowmapper.cpp" + > + </File> + <File RelativePath=".\..\src\linkgraph\linkgraph.cpp" > </File> @@ -1176,6 +1180,10 @@ > </File> <File + RelativePath=".\..\src\linkgraph\flowmapper.h" + > + </File> + <File RelativePath=".\..\src\linkgraph\init.h" > </File> |