Removed old files from building
Kartik Thakore [Mon, 9 Nov 2009 19:22:02 +0000 (14:22 -0500)]
Build.PL

index 8535543..5bad6bb 100644 (file)
--- 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',