diff options
author | rubidium <rubidium@openttd.org> | 2011-12-10 08:49:42 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-12-10 08:49:42 +0000 |
commit | 6cbeb9e745c9eb3f0b5b768fdb9ed81a98b8fb02 (patch) | |
tree | ea157b408471ce3c447cc62f1efd3ac81c92d897 /projects | |
parent | b231e80125d7349a07ce2822dd1759dfc6d3c001 (diff) | |
download | openttd-6cbeb9e745c9eb3f0b5b768fdb9ed81a98b8fb02.tar.xz |
(svn r23471) -Codechange: move the error related code out of misc_gui.cpp into error_gui.cpp
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> |