diff options
author | rubidium <rubidium@openttd.org> | 2009-09-01 10:07:22 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-09-01 10:07:22 +0000 |
commit | 07d2af338e237889ff453a3a774522b9b0021439 (patch) | |
tree | 373ccc2eecf1aa917f24008e4d25535413dc4eb2 /projects | |
parent | 5a3b2f0d02ddb7fedbca29a3e5e68dec28c887af (diff) | |
download | openttd-07d2af338e237889ff453a3a774522b9b0021439.tar.xz |
(svn r17339) -Codechange: move thread related files to their own directory (like done for video, music, sound, etc)
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 20 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 20 |
2 files changed, 24 insertions, 16 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 566353e7b..a9d20174d 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -736,10 +736,6 @@ > </File> <File - RelativePath=".\..\src\thread_win32.cpp" - > - </File> - <File RelativePath=".\..\src\tile_map.cpp" > </File> @@ -1504,10 +1500,6 @@ > </File> <File - RelativePath=".\..\src\thread.h" - > - </File> - <File RelativePath=".\..\src\tile_cmd.h" > </File> @@ -3581,6 +3573,18 @@ </File> </Filter> <Filter + Name="Threading" + > + <File + RelativePath=".\..\src\thread\thread.h" + > + </File> + <File + RelativePath=".\..\src\thread\thread_win32.cpp" + > + </File> + </Filter> + <Filter Name="64-bit Specific Files" Filter="asm" > diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 310bc574e..9bf2eaeb6 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -733,10 +733,6 @@ > </File> <File - RelativePath=".\..\src\thread_win32.cpp" - > - </File> - <File RelativePath=".\..\src\tile_map.cpp" > </File> @@ -1501,10 +1497,6 @@ > </File> <File - RelativePath=".\..\src\thread.h" - > - </File> - <File RelativePath=".\..\src\tile_cmd.h" > </File> @@ -3578,6 +3570,18 @@ </File> </Filter> <Filter + Name="Threading" + > + <File + RelativePath=".\..\src\thread\thread.h" + > + </File> + <File + RelativePath=".\..\src\thread\thread_win32.cpp" + > + </File> + </Filter> + <Filter Name="64-bit Specific Files" Filter="asm" > |