diff options
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs100.vcxproj.filters | 12 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 16 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 16 |
4 files changed, 48 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index 2c0b86853..c71f04734 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -333,6 +333,7 @@ <ClCompile Include="..\src\landscape.cpp" /> <ClCompile Include="..\src\linkgraph\linkgraph.cpp" /> <ClCompile Include="..\src\linkgraph\linkgraphjob.cpp" /> + <ClCompile Include="..\src\linkgraph\linkgraphschedule.cpp" /> <ClCompile Include="..\src\map.cpp" /> <ClCompile Include="..\src\misc.cpp" /> <ClCompile Include="..\src\mixer.cpp" /> @@ -472,11 +473,14 @@ <ClInclude Include="..\src\landscape.h" /> <ClInclude Include="..\src\landscape_type.h" /> <ClInclude Include="..\src\language.h" /> + <ClInclude Include="..\src\linkgraph\init.h" /> <ClInclude Include="..\src\linkgraph\linkgraph.h" /> <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\linkgraph\linkgraphjob_base.h" /> + <ClInclude Include="..\src\linkgraph\linkgraphschedule.h" /> <ClInclude Include="..\src\livery.h" /> <ClInclude Include="..\src\map_func.h" /> <ClInclude Include="..\src\map_type.h" /> diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters index 790f9f1eb..ab220b057 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -228,6 +228,9 @@ <ClCompile Include="..\src\linkgraph\linkgraphjob.cpp"> <Filter>Source Files</Filter> </ClCompile> + <ClCompile Include="..\src\linkgraph\linkgraphschedule.cpp"> + <Filter>Source Files</Filter> + </ClCompile> <ClCompile Include="..\src\map.cpp"> <Filter>Source Files</Filter> </ClCompile> @@ -645,6 +648,9 @@ <ClInclude Include="..\src\language.h"> <Filter>Header Files</Filter> </ClInclude> + <ClInclude Include="..\src\linkgraph\init.h"> + <Filter>Header Files</Filter> + </ClInclude> <ClInclude Include="..\src\linkgraph\linkgraph.h"> <Filter>Header Files</Filter> </ClInclude> @@ -660,6 +666,12 @@ <ClInclude Include="..\src\linkgraph\linkgraphjob.h"> <Filter>Header Files</Filter> </ClInclude> + <ClInclude Include="..\src\linkgraph\linkgraphjob_base.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\src\linkgraph\linkgraphschedule.h"> + <Filter>Header Files</Filter> + </ClInclude> <ClInclude Include="..\src\livery.h"> <Filter>Header Files</Filter> </ClInclude> diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index c7ce0fdb6..6f06b5d4a 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -603,6 +603,10 @@ > </File> <File + RelativePath=".\..\src\linkgraph\linkgraphschedule.cpp" + > + </File> + <File RelativePath=".\..\src\map.cpp" > </File> @@ -1163,6 +1167,10 @@ > </File> <File + RelativePath=".\..\src\linkgraph\init.h" + > + </File> + <File RelativePath=".\..\src\linkgraph\linkgraph.h" > </File> @@ -1183,6 +1191,14 @@ > </File> <File + RelativePath=".\..\src\linkgraph\linkgraphjob_base.h" + > + </File> + <File + RelativePath=".\..\src\linkgraph\linkgraphschedule.h" + > + </File> + <File RelativePath=".\..\src\livery.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 989905acf..56db5987e 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -600,6 +600,10 @@ > </File> <File + RelativePath=".\..\src\linkgraph\linkgraphschedule.cpp" + > + </File> + <File RelativePath=".\..\src\map.cpp" > </File> @@ -1160,6 +1164,10 @@ > </File> <File + RelativePath=".\..\src\linkgraph\init.h" + > + </File> + <File RelativePath=".\..\src\linkgraph\linkgraph.h" > </File> @@ -1180,6 +1188,14 @@ > </File> <File + RelativePath=".\..\src\linkgraph\linkgraphjob_base.h" + > + </File> + <File + RelativePath=".\..\src\linkgraph\linkgraphschedule.h" + > + </File> + <File RelativePath=".\..\src\livery.h" > </File> |