summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2008-02-09 02:46:49 +0000
committerbelugas <belugas@openttd.org>2008-02-09 02:46:49 +0000
commit9343ad44fd27fadf068122d4dbafc0680a36146d (patch)
tree921d5c0db491d48ad002f941c4b5865c175d8b65
parent8195e57fd472f6a4cf704f98a647edd799663c2c (diff)
downloadopenttd-9343ad44fd27fadf068122d4dbafc0680a36146d.tar.xz
(svn r12089) -Cleanup: re-order, yet another time, the files in msvc projects
-rw-r--r--projects/openttd_vs80.vcproj20
-rw-r--r--projects/openttd_vs90.vcproj20
-rw-r--r--source.list10
3 files changed, 25 insertions, 25 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index 888a2af36..ee2543eb5 100644
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -896,11 +896,11 @@
>
</File>
<File
- RelativePath=".\..\src\widgets\dropdown_type.h"
+ RelativePath=".\..\src\widgets\dropdown_func.h"
>
</File>
<File
- RelativePath=".\..\src\widgets\dropdown_func.h"
+ RelativePath=".\..\src\widgets\dropdown_type.h"
>
</File>
<File
@@ -1396,35 +1396,35 @@
>
</File>
<File
- RelativePath=".\..\src\window_func.h"
+ RelativePath=".\..\src\music\win32_m.h"
>
</File>
<File
- RelativePath=".\..\src\window_gui.h"
+ RelativePath=".\..\src\sound\win32_s.h"
>
</File>
<File
- RelativePath=".\..\src\window_type.h"
+ RelativePath=".\..\src\video\win32_v.h"
>
</File>
<File
- RelativePath=".\..\src\music\win32_m.h"
+ RelativePath=".\..\src\window_func.h"
>
</File>
<File
- RelativePath=".\..\src\sound\win32_s.h"
+ RelativePath=".\..\src\window_gui.h"
>
</File>
<File
- RelativePath=".\..\src\video\win32_v.h"
+ RelativePath=".\..\src\window_type.h"
>
</File>
<File
- RelativePath=".\..\src\zoom_type.h"
+ RelativePath=".\..\src\zoom_func.h"
>
</File>
<File
- RelativePath=".\..\src\zoom_func.h"
+ RelativePath=".\..\src\zoom_type.h"
>
</File>
</Filter>
diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj
index f8303b6f5..42e0323ec 100644
--- a/projects/openttd_vs90.vcproj
+++ b/projects/openttd_vs90.vcproj
@@ -893,11 +893,11 @@
>
</File>
<File
- RelativePath=".\..\src\widgets\dropdown_type.h"
+ RelativePath=".\..\src\widgets\dropdown_func.h"
>
</File>
<File
- RelativePath=".\..\src\widgets\dropdown_func.h"
+ RelativePath=".\..\src\widgets\dropdown_type.h"
>
</File>
<File
@@ -1393,35 +1393,35 @@
>
</File>
<File
- RelativePath=".\..\src\window_func.h"
+ RelativePath=".\..\src\music\win32_m.h"
>
</File>
<File
- RelativePath=".\..\src\window_gui.h"
+ RelativePath=".\..\src\sound\win32_s.h"
>
</File>
<File
- RelativePath=".\..\src\window_type.h"
+ RelativePath=".\..\src\video\win32_v.h"
>
</File>
<File
- RelativePath=".\..\src\music\win32_m.h"
+ RelativePath=".\..\src\window_func.h"
>
</File>
<File
- RelativePath=".\..\src\sound\win32_s.h"
+ RelativePath=".\..\src\window_gui.h"
>
</File>
<File
- RelativePath=".\..\src\video\win32_v.h"
+ RelativePath=".\..\src\window_type.h"
>
</File>
<File
- RelativePath=".\..\src\zoom_type.h"
+ RelativePath=".\..\src\zoom_func.h"
>
</File>
<File
- RelativePath=".\..\src\zoom_func.h"
+ RelativePath=".\..\src\zoom_type.h"
>
</File>
</Filter>
diff --git a/source.list b/source.list
index 214970b66..84920ae7b 100644
--- a/source.list
+++ b/source.list
@@ -132,8 +132,8 @@ direction_func.h
direction_type.h
music/dmusic.h
driver.h
-widgets/dropdown_type.h
widgets/dropdown_func.h
+widgets/dropdown_type.h
economy_func.h
economy_type.h
core/endian_func.hpp
@@ -257,14 +257,14 @@ vehicle_func.h
vehicle_gui.h
vehicle_type.h
waypoint.h
-window_func.h
-window_gui.h
-window_type.h
music/win32_m.h
sound/win32_s.h
video/win32_v.h
-zoom_type.h
+window_func.h
+window_gui.h
+window_type.h
zoom_func.h
+zoom_type.h
# GUI Source Code
aircraft_gui.cpp