From 02fe20203d1eb99efae100ed7a24be8d74402c6e Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 8 Jan 2012 01:15:20 -0500 Subject: [PATCH] Fixed bug 1287 - VS2010 project doesn't include the SDL_syscond.c file Liam 2011-08-23 09:09:18 PDT Hiya! Seems like there's no implementation of condition variables included when building with VS2010, adding the generic SDL_syscond.c file to the project seems to fix it right up. --- VisualC/SDL/SDL_VS2005.vcproj | 4 + VisualC/SDL/SDL_VS2008.vcproj | 202 +++++++++++++++++---------------- VisualC/SDL/SDL_VS2010.vcxproj | 3 +- 3 files changed, 109 insertions(+), 100 deletions(-) diff --git a/VisualC/SDL/SDL_VS2005.vcproj b/VisualC/SDL/SDL_VS2005.vcproj index e37a3e8c2..76d47912d 100644 --- a/VisualC/SDL/SDL_VS2005.vcproj +++ b/VisualC/SDL/SDL_VS2005.vcproj @@ -1083,6 +1083,10 @@ RelativePath="..\..\src\audio\SDL_sysaudio.h" > + + diff --git a/VisualC/SDL/SDL_VS2008.vcproj b/VisualC/SDL/SDL_VS2008.vcproj index 085bffc8c..16e1a877c 100644 --- a/VisualC/SDL/SDL_VS2008.vcproj +++ b/VisualC/SDL/SDL_VS2008.vcproj @@ -103,91 +103,6 @@ Name="VCPostBuildEventTool" /> - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - @@ -1072,6 +1060,10 @@ RelativePath="..\..\src\audio\SDL_sysaudio.h" > + + @@ -1268,6 +1260,18 @@ RelativePath="..\..\src\video\windows\SDL_windowswindow.h" > + + + + + + diff --git a/VisualC/SDL/SDL_VS2010.vcxproj b/VisualC/SDL/SDL_VS2010.vcxproj index c3b4a1e05..98c67ec88 100644 --- a/VisualC/SDL/SDL_VS2010.vcxproj +++ b/VisualC/SDL/SDL_VS2010.vcxproj @@ -413,6 +413,7 @@ + @@ -442,4 +443,4 @@ - \ No newline at end of file +