X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=c8b3f8a411dd417b527530314b492de9fc413d86;hb=f1ad86be2247706265075553334715bf1d3b0d6b;hp=d97b7d24150a47ca2708803158878e70b60053cf;hpb=bd607ddd553e47f74c6fc157316752d9adab9a13;p=sdlgit%2FSDL_perl.git diff --git a/Build.PL b/Build.PL index d97b7d2..c8b3f8a 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 )], }, + Video => { + file => { + from => 'src/Core/Video.xs', + to => 'lib/SDL/Video.xs', + }, + libraries => [qw( SDL )], + }, Rect => { file => { from => 'src/Core/objects/Rect.xs', @@ -77,6 +84,14 @@ my %subsystems = }, libraries => [qw( SDL )], }, + VideoInfo => { + file => { + from => 'src/Core/objects/VideoInfo.xs', + to => 'lib/SDL/VideoInfo.xs', + }, + libraries => [qw( SDL )], + }, + TTF_Font => { file => { from => 'src/TTF/objects/TTF_Font.xs',