1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 04:29:09 +00:00

(svn r17339) -Codechange: move thread related files to their own directory (like done for video, music, sound, etc)

This commit is contained in:
rubidium
2009-09-01 10:07:22 +00:00
parent 5a3b2f0d02
commit 07d2af338e
18 changed files with 63 additions and 53 deletions

View File

@@ -735,10 +735,6 @@
RelativePath=".\..\src\tgp.cpp"
>
</File>
<File
RelativePath=".\..\src\thread_win32.cpp"
>
</File>
<File
RelativePath=".\..\src\tile_map.cpp"
>
@@ -1503,10 +1499,6 @@
RelativePath=".\..\src\tgp.h"
>
</File>
<File
RelativePath=".\..\src\thread.h"
>
</File>
<File
RelativePath=".\..\src\tile_cmd.h"
>
@@ -3580,6 +3572,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"

View File

@@ -732,10 +732,6 @@
RelativePath=".\..\src\tgp.cpp"
>
</File>
<File
RelativePath=".\..\src\thread_win32.cpp"
>
</File>
<File
RelativePath=".\..\src\tile_map.cpp"
>
@@ -1500,10 +1496,6 @@
RelativePath=".\..\src\tgp.h"
>
</File>
<File
RelativePath=".\..\src\thread.h"
>
</File>
<File
RelativePath=".\..\src\tile_cmd.h"
>
@@ -3577,6 +3569,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"