Now compiling src/Core/Events.XS for SDL::Events
Kartik Thakore [Tue, 3 Nov 2009 14:33:26 +0000 (09:33 -0500)]
Build.PL

index 7e908a3..5124fe6 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -42,6 +42,13 @@ my %subsystems =
                libraries => [qw( SDL SDL_image SDL_mixer SDL_net SDL_ttf SDL_gfx
                                  png jpeg smpeg )],
        },
+       Events => {
+               file      => {
+                       from  => 'src/Core/Events.xs',
+                       to    => 'lib/SDL/Events.xs',
+               },
+               libraries => [qw( SDL )],
+       },
        Video => {
                file      => {
                        from  => 'src/Core/Video.xs',