diff VisualC/SDL/SDL.vcproj @ 3198:fefe74ca604d

Added power API and test program to Visual C++ project files.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 17 Jun 2009 04:26:19 +0000
parents caffd6a5555d
children d2465e21f103
line wrap: on
line diff
--- a/VisualC/SDL/SDL.vcproj	Tue Jun 16 14:34:15 2009 +0000
+++ b/VisualC/SDL/SDL.vcproj	Wed Jun 17 04:26:19 2009 +0000
@@ -296,6 +296,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\include\SDL_power.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\include\SDL_quit.h"
 				>
 			</File>
@@ -733,6 +737,10 @@
 			>
 		</File>
 		<File
+			RelativePath="..\..\src\power\SDL_power.c"
+			>
+		</File>
+		<File
 			RelativePath="..\..\src\stdlib\SDL_qsort.c"
 			>
 		</File>
@@ -833,6 +841,10 @@
 			>
 		</File>
 		<File
+			RelativePath="..\..\src\power\windows\SDL_syspower.c"
+			>
+		</File>
+		<File
 			RelativePath="..\..\src\thread\win32\SDL_syssem.c"
 			>
 		</File>