From 6af9ae3a77319f891faa14227c974cc4be78e9ab Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 17 Jun 2009 04:26:19 +0000 Subject: [PATCH] Added power API and test program to Visual C++ project files. --- VisualC/SDL/SDL.vcproj | 12 ++ VisualC/tests/testpower/testpower.vcproj | 226 +++++++++++++++++++++++ VisualC/tests/tests.sln | 8 +- 3 files changed, 245 insertions(+), 1 deletion(-) create mode 100644 VisualC/tests/testpower/testpower.vcproj diff --git a/VisualC/SDL/SDL.vcproj b/VisualC/SDL/SDL.vcproj index 7a7236532..565136dda 100644 --- a/VisualC/SDL/SDL.vcproj +++ b/VisualC/SDL/SDL.vcproj @@ -295,6 +295,10 @@ RelativePath="..\..\include\SDL_platform.h" > + + @@ -732,6 +736,10 @@ RelativePath="..\..\src\video\SDL_pixels_c.h" > + + @@ -832,6 +840,10 @@ RelativePath="..\..\src\thread\win32\SDL_sysmutex.c" > + + diff --git a/VisualC/tests/testpower/testpower.vcproj b/VisualC/tests/testpower/testpower.vcproj new file mode 100644 index 000000000..f0601f84c --- /dev/null +++ b/VisualC/tests/testpower/testpower.vcproj @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/VisualC/tests/tests.sln b/VisualC/tests/tests.sln index 63574bae3..ffdae1591 100644 --- a/VisualC/tests/tests.sln +++ b/VisualC/tests/tests.sln @@ -1,5 +1,5 @@ Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual C++ Express 2005 +# Visual Studio 2005 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "graywin", "graywin\graywin.vcproj", "{0BCCA0BF-073E-439E-BCE0-C9353C177487}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "loopwave", "loopwave\loopwave.vcproj", "{AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB}" @@ -38,6 +38,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testsprite2", "testsprite2\ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testdraw2", "testdraw2\testdraw2.vcproj", "{8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testpower", "testpower\testpower.vcproj", "{C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -120,6 +122,10 @@ Global {8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}.Debug|Win32.Build.0 = Debug|Win32 {8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}.Release|Win32.ActiveCfg = Release|Win32 {8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}.Release|Win32.Build.0 = Release|Win32 + {C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}.Debug|Win32.ActiveCfg = Debug|Win32 + {C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}.Debug|Win32.Build.0 = Debug|Win32 + {C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}.Release|Win32.ActiveCfg = Release|Win32 + {C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE