Added project files for love.thread on Windows. Also a minor fix to make love.thread builable as a standalone DLL.

This commit is contained in:
rude
2010-02-12 20:59:32 +01:00
parent d8963569f3
commit d084deeebf
6 changed files with 318 additions and 0 deletions
+76
View File
@@ -658,6 +658,26 @@
RelativePath="..\..\src\modules\graphics\Graphics.h"
>
</File>
<File
RelativePath="..\..\src\modules\graphics\Image.cpp"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)\graphics\"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)\graphics\"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\src\modules\graphics\Image.h"
>
@@ -3209,6 +3229,62 @@
</File>
</Filter>
</Filter>
<Filter
Name="thread"
>
<Filter
Name="sdl"
>
<File
RelativePath="..\..\src\modules\thread\sdl\Thread.cpp"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)\thread\"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)\thread\"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\src\modules\thread\sdl\Thread.h"
>
</File>
<File
RelativePath="..\..\src\modules\thread\sdl\wrap_Thread.cpp"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)\thread\"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)\thread\"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\src\modules\thread\sdl\wrap_Thread.h"
>
</File>
</Filter>
</Filter>
</Filter>
<Filter
Name="common"