X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=96d621772055e2cc2ff75dcdf1cffebd56c7cf7e;hb=HEAD;hp=3bd4e7065a94b6df796a3632759b451fde0091dc;hpb=9346cc6bf06dec0a3c4d215f20f67df880027b34;p=sdlgit%2FSDL_perl.git diff --git a/Build.PL b/Build.PL index 3bd4e70..96d6217 100644 --- a/Build.PL +++ b/Build.PL @@ -16,10 +16,11 @@ use YAML; use YAML::Node; print STDERR <sdl_c_flags(); @@ -41,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', @@ -76,6 +84,22 @@ my %subsystems = }, libraries => [qw( SDL )], }, + Palette => { + file => { + from => 'src/Core/objects/Palette.xs', + to => 'lib/SDL/Palette.xs', + }, + 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',