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 85ea55ac6..940b809c8 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -646,6 +646,7 @@ <ClCompile Include="..\src\depot_gui.cpp" /> <ClCompile Include="..\src\dock_gui.cpp" /> <ClCompile Include="..\src\engine_gui.cpp" /> + <ClCompile Include="..\src\error_gui.cpp" /> <ClCompile Include="..\src\fios_gui.cpp" /> <ClCompile Include="..\src\genworld_gui.cpp" /> <ClCompile Include="..\src\graph_gui.cpp" /> diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters index 43bb5b6ef..9c5ebfcf2 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -1161,6 +1161,9 @@ <ClCompile Include="..\src\engine_gui.cpp"> <Filter>GUI Source Code</Filter> </ClCompile> + <ClCompile Include="..\src\error_gui.cpp"> + <Filter>GUI Source Code</Filter> + </ClCompile> <ClCompile Include="..\src\fios_gui.cpp"> <Filter>GUI Source Code</Filter> </ClCompile> diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 896e14b04..e117f901c 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1867,6 +1867,10 @@ > </File> <File + RelativePath=".\..\src\error_gui.cpp" + > + </File> + <File RelativePath=".\..\src\fios_gui.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index d17c07663..2898eb756 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1864,6 +1864,10 @@ > </File> <File + RelativePath=".\..\src\error_gui.cpp" + > + </File> + <File RelativePath=".\..\src\fios_gui.cpp" > </File> |