aboutsummaryrefslogtreecommitdiff
path: root/project/VS2010Express
diff options
context:
space:
mode:
authorJim Carroll <thecarrolls@jiminger.com>2011-09-18 08:23:08 -0400
committerJim Carroll <thecarrolls@jiminger.com>2011-09-20 07:28:42 -0400
commit0ab0e576d78bc9b996e0761016f6ca6df18f45c0 (patch)
tree1f2982d83b96f72684feb63762440c730280d709 /project/VS2010Express
parentb733fd21e91eb272a5432637c5c9facb628621bd (diff)
[fixed] Removed the FairMonitor as the windows condition variable implementation and substituted it with a native implementation that follows the SDL logic - without using SDL.
Diffstat (limited to 'project/VS2010Express')
-rw-r--r--project/VS2010Express/XBMC.vcxproj1
-rw-r--r--project/VS2010Express/XBMC.vcxproj.filters3
2 files changed, 0 insertions, 4 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index 160ec42d20..55773b764e 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -734,7 +734,6 @@
<ClCompile Include="..\..\xbmc\threads\Event.cpp" />
<ClCompile Include="..\..\xbmc\threads\LockFree.cpp" />
<ClCompile Include="..\..\xbmc\threads\platform\Implementation.cpp" />
- <ClCompile Include="..\..\xbmc\threads\platform\win\FairMonitor.cpp" />
<ClCompile Include="..\..\xbmc\threads\SystemClock.cpp" />
<ClCompile Include="..\..\xbmc\threads\Thread.cpp" />
<ClCompile Include="..\..\xbmc\ThumbLoader.cpp" />
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters
index a4a79ad05c..ab45a35c7b 100644
--- a/project/VS2010Express/XBMC.vcxproj.filters
+++ b/project/VS2010Express/XBMC.vcxproj.filters
@@ -2475,9 +2475,6 @@
<ClCompile Include="..\..\xbmc\threads\SystemClock.cpp">
<Filter>threads</Filter>
</ClCompile>
- <ClCompile Include="..\..\xbmc\threads\platform\win\FairMonitor.cpp">
- <Filter>threads\platform\win</Filter>
- </ClCompile>
<ClCompile Include="..\..\xbmc\interfaces\info\InfoBool.cpp">
<Filter>interfaces\info</Filter>
</ClCompile>