diff options
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 1 | ||||
-rw-r--r-- | projects/openttd_vs100.vcxproj.filters | 3 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
4 files changed, 12 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index ba1959fe4..7ad2ebabc 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -653,6 +653,7 @@ <ClCompile Include="..\src\newgrf_debug_gui.cpp" /> <ClCompile Include="..\src\newgrf_gui.cpp" /> <ClCompile Include="..\src\news_gui.cpp" /> + <ClCompile Include="..\src\object_gui.cpp" /> <ClCompile Include="..\src\order_gui.cpp" /> <ClCompile Include="..\src\osk_gui.cpp" /> <ClCompile Include="..\src\rail_gui.cpp" /> diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters index 763f8a1f6..1da3154f4 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -1179,6 +1179,9 @@ <ClCompile Include="..\src\news_gui.cpp"> <Filter>GUI Source Code</Filter> </ClCompile> + <ClCompile Include="..\src\object_gui.cpp"> + <Filter>GUI Source Code</Filter> + </ClCompile> <ClCompile Include="..\src\order_gui.cpp"> <Filter>GUI Source Code</Filter> </ClCompile> diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index f4847190d..a0f9fc653 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1895,6 +1895,10 @@ > </File> <File + RelativePath=".\..\src\object_gui.cpp" + > + </File> + <File RelativePath=".\..\src\order_gui.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 39b1b191d..2f88e6139 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1892,6 +1892,10 @@ > </File> <File + RelativePath=".\..\src\object_gui.cpp" + > + </File> + <File RelativePath=".\..\src\order_gui.cpp" > </File> |