summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-12-10 08:49:42 +0000
committerrubidium <rubidium@openttd.org>2011-12-10 08:49:42 +0000
commit6cbeb9e745c9eb3f0b5b768fdb9ed81a98b8fb02 (patch)
treeea157b408471ce3c447cc62f1efd3ac81c92d897 /projects
parentb231e80125d7349a07ce2822dd1759dfc6d3c001 (diff)
downloadopenttd-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.vcxproj1
-rw-r--r--projects/openttd_vs100.vcxproj.filters3
-rw-r--r--projects/openttd_vs80.vcproj4
-rw-r--r--projects/openttd_vs90.vcproj4
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>