Removed dependencies to OS-specific headers in sfml-system
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1023 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
2228419caf
commit
9a7fcc04be
21 changed files with 531 additions and 306 deletions
|
@ -105,18 +105,20 @@
|
|||
<Unit filename="..\..\include\SFML\System\Vector2.inl" />
|
||||
<Unit filename="..\..\include\SFML\System\Vector3.hpp" />
|
||||
<Unit filename="..\..\include\SFML\System\Vector3.inl" />
|
||||
<Unit filename="..\..\include\SFML\System\Win32\Mutex.hpp" />
|
||||
<Unit filename="..\..\include\SFML\System\Win32\Thread.hpp" />
|
||||
<Unit filename="..\..\src\SFML\System\Clock.cpp" />
|
||||
<Unit filename="..\..\src\SFML\System\Lock.cpp" />
|
||||
<Unit filename="..\..\src\SFML\System\Mutex.cpp" />
|
||||
<Unit filename="..\..\src\SFML\System\Platform.hpp" />
|
||||
<Unit filename="..\..\src\SFML\System\Randomizer.cpp" />
|
||||
<Unit filename="..\..\src\SFML\System\Sleep.cpp" />
|
||||
<Unit filename="..\..\src\SFML\System\Thread.cpp" />
|
||||
<Unit filename="..\..\src\SFML\System\Unicode.cpp" />
|
||||
<Unit filename="..\..\src\SFML\System\Win32\Mutex.cpp" />
|
||||
<Unit filename="..\..\src\SFML\System\Win32\MutexImpl.cpp" />
|
||||
<Unit filename="..\..\src\SFML\System\Win32\MutexImpl.hpp" />
|
||||
<Unit filename="..\..\src\SFML\System\Win32\Platform.cpp" />
|
||||
<Unit filename="..\..\src\SFML\System\Win32\Platform.hpp" />
|
||||
<Unit filename="..\..\src\SFML\System\Win32\Thread.cpp" />
|
||||
<Unit filename="..\..\src\SFML\System\Win32\ThreadImpl.cpp" />
|
||||
<Unit filename="..\..\src\SFML\System\Win32\ThreadImpl.hpp" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<envvars />
|
||||
|
|
|
@ -342,11 +342,11 @@
|
|||
Name="Win32"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\System\Win32\Mutex.cpp"
|
||||
RelativePath="..\..\src\SFML\System\Win32\MutexImpl.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\SFML\System\Win32\Mutex.hpp"
|
||||
RelativePath="..\..\src\SFML\System\Win32\MutexImpl.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
@ -358,11 +358,11 @@
|
|||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\System\Win32\Thread.cpp"
|
||||
RelativePath="..\..\src\SFML\System\Win32\ThreadImpl.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\SFML\System\Win32\Thread.hpp"
|
||||
RelativePath="..\..\src\SFML\System\Win32\ThreadImpl.hpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
|
@ -382,6 +382,46 @@
|
|||
RelativePath="..\..\include\SFML\System\Lock.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\System\Mutex.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug DLL|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
||||
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release DLL|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
||||
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug static|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
||||
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release static|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
||||
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\SFML\System\Mutex.hpp"
|
||||
>
|
||||
|
@ -422,6 +462,10 @@
|
|||
RelativePath="..\..\include\SFML\System\Sleep.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\System\Thread.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\SFML\System\Thread.hpp"
|
||||
>
|
||||
|
|
|
@ -335,11 +335,11 @@
|
|||
Name="Win32"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\System\Win32\Mutex.cpp"
|
||||
RelativePath="..\..\src\SFML\System\Win32\MutexImpl.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\System\Win32\Mutex.hpp"
|
||||
RelativePath="..\..\src\SFML\System\Win32\MutexImpl.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
@ -351,11 +351,11 @@
|
|||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\System\Win32\Thread.cpp"
|
||||
RelativePath="..\..\src\SFML\System\Win32\ThreadImpl.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\System\Win32\Thread.hpp"
|
||||
RelativePath="..\..\src\SFML\System\Win32\ThreadImpl.hpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
|
@ -375,6 +375,10 @@
|
|||
RelativePath="..\..\src\SFML\System\Lock.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\System\Mutex.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\System\Mutex.hpp"
|
||||
>
|
||||
|
@ -415,6 +419,10 @@
|
|||
RelativePath="..\..\src\SFML\System\Sleep.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\System\Thread.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\System\Thread.hpp"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue