From: Kartik Thakore Date: Tue, 3 Nov 2009 14:33:26 +0000 (-0500) Subject: Now compiling src/Core/Events.XS for SDL::Events X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bfb478ae80699aeec375f8e9a79c351271a8dacb;p=sdlgit%2FSDL_perl.git Now compiling src/Core/Events.XS for SDL::Events --- diff --git a/Build.PL b/Build.PL index 7e908a3..5124fe6 100644 --- 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',