From: Kartik Thakore <thakore.kartik@gmail.com>
Date: Mon, 9 Nov 2009 19:22:02 +0000 (-0500)
Subject: Removed old files from building
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6949edbd011a1fbf331d34db735f6732b3f076d7;p=sdlgit%2FSDL_perl.git

Removed old files from building
---

diff --git a/Build.PL b/Build.PL
index 8535543..5bad6bb 100644
--- a/Build.PL
+++ b/Build.PL
@@ -56,76 +56,6 @@ my %subsystems =
 		},
 		libraries => [qw( SDL )],
 	},
-	ExposeEvent => {
-		file      => {
-			from  => 'src/Core/objects/ExposeEvent.xs',
-			to    => 'lib/SDL/ExposeEvent.xs',
-		},
-		libraries => [qw( SDL )],
-	},
-	JoyAxisEvent => {
-		file      => {
-			from  => 'src/Core/objects/JoyAxisEvent.xs',
-			to    => 'lib/SDL/JoyAxisEvent.xs',
-		},
-		libraries => [qw( SDL )],
-	},
-	JoyBallEvent => {
-		file      => {
-			from  => 'src/Core/objects/JoyBallEvent.xs',
-			to    => 'lib/SDL/JoyBallEvent.xs',
-		},
-		libraries => [qw( SDL )],
-	},
-	JoyButtonEvent => {
-		file      => {
-			from  => 'src/Core/objects/JoyButtonEvent.xs',
-			to    => 'lib/SDL/JoyButtonEvent.xs',
-		},
-		libraries => [qw( SDL )],
-	},
-	JoyHatEvent => {
-		file      => {
-			from  => 'src/Core/objects/JoyHatEvent.xs',
-			to    => 'lib/SDL/JoyHatEvent.xs',
-		},
-		libraries => [qw( SDL )],
-	},
-	KeyboardEvent => {
-		file      => {
-			from  => 'src/Core/objects/KeyboardEvent.xs',
-			to    => 'lib/SDL/KeyboardEvent.xs',
-		},
-		libraries => [qw( SDL )],
-	},
-	keysym => {
-		file      => {
-			from  => 'src/Core/objects/keysym.xs',
-			to    => 'lib/SDL/keysym.xs',
-		},
-		libraries => [qw( SDL )],
-	},
-	MouseButtonEvent => {
-		file      => {
-			from  => 'src/Core/objects/MouseButtonEvent.xs',
-			to    => 'lib/SDL/MouseButtonEvent.xs',
-		},
-		libraries => [qw( SDL )],
-	},
-	MouseMotionEvent => {
-		file      => {
-			from  => 'src/Core/objects/MouseMotionEvent.xs',
-			to    => 'lib/SDL/MouseMotionEvent.xs',
-		},
-		libraries => [qw( SDL )],
-	},
-	UserEvent => {
-		file      => {
-			from  => 'src/Core/objects/UserEvent.xs',
-			to    => 'lib/SDL/UserEvent.xs',
-		},
-		libraries => [qw( SDL )],
-	},
 	MultiThread => {
 		file      => {
 			from  => 'src/Core/MultiThread.xs',