summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2006-09-29 16:57:12 +0000
committerbelugas <belugas@openttd.org>2006-09-29 16:57:12 +0000
commit9f40ac53efe0a98cc1ad48ce022a7f20194a7276 (patch)
tree4837cf182b593269557f655d0bd8a9f02ab524be
parentd4be0eb4c9bbee0a77df2485e98f885859570e21 (diff)
downloadopenttd-9f40ac53efe0a98cc1ad48ce022a7f20194a7276.tar.xz
(svn r6576) -CodeChange : Move depot_gui.c on "Gui Source codes" section of MSVC project files
-rw-r--r--openttd.vcproj6
-rw-r--r--openttd_vs80.vcproj8
2 files changed, 7 insertions, 7 deletions
diff --git a/openttd.vcproj b/openttd.vcproj
index 77aee0c7b..8b5bfff2d 100644
--- a/openttd.vcproj
+++ b/openttd.vcproj
@@ -202,9 +202,6 @@
RelativePath=".\depot.c">
</File>
<File
- RelativePath=".\depot_gui.c">
- </File>
- <File
RelativePath=".\music\dmusic.cpp">
<FileConfiguration
Name="Release|Win32">
@@ -690,6 +687,9 @@
RelativePath=".\bridge_gui.c">
</File>
<File
+ RelativePath=".\depot_gui.c">
+ </File>
+ <File
RelativePath=".\dock_gui.c">
</File>
<File
diff --git a/openttd_vs80.vcproj b/openttd_vs80.vcproj
index 073f7509b..483acb740 100644
--- a/openttd_vs80.vcproj
+++ b/openttd_vs80.vcproj
@@ -501,10 +501,6 @@
>
</File>
<File
- RelativePath=".\depot_gui.c"
- >
- </File>
- <File
RelativePath=".\music\dmusic.cpp"
>
<FileConfiguration
@@ -1220,6 +1216,10 @@
>
</File>
<File
+ RelativePath=".\depot_gui.c"
+ >
+ </File>
+ <File
RelativePath=".\dock_gui.c"
>
</File>