diff options
author | belugas <belugas@openttd.org> | 2006-09-29 16:57:12 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2006-09-29 16:57:12 +0000 |
commit | 1445dfddbbb9549665f25c9aa701ac06c9b5066c (patch) | |
tree | 4837cf182b593269557f655d0bd8a9f02ab524be | |
parent | 5b60e371a6d9adaadb7b694f74123a8081d7da32 (diff) | |
download | openttd-1445dfddbbb9549665f25c9aa701ac06c9b5066c.tar.xz |
(svn r6576) -CodeChange : Move depot_gui.c on "Gui Source codes" section of MSVC project files
-rw-r--r-- | openttd.vcproj | 6 | ||||
-rw-r--r-- | openttd_vs80.vcproj | 8 |
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>
|