From c9d83e1e3ba4a552f51a4477e6f1afc773fcb424 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 | 82 ++++++++++++++++++---------------- VisualC/SDL/SDL_VS2010.vcxproj | 3 +- 3 files changed, 49 insertions(+), 40 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 @@ -104,9 +104,9 @@ /> - - - - - - @@ -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 +