X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=142b973d4b0ab30ea3300b5bffecc518e8c972db;hb=350e894348b0c3a73f203014ba6d92cdb4f7f4ee;hp=91da08fac32971d28de33d8838f2397fa70485c3;hpb=b57ca71f2e19742ffc323936fc5e85fccd22c8e2;p=sdlgit%2FSDL_perl.git diff --git a/Build.PL b/Build.PL index 91da08f..142b973 100644 --- a/Build.PL +++ b/Build.PL @@ -41,6 +41,34 @@ my %subsystems = libraries => [qw( SDL SDL_image SDL_mixer SDL_net SDL_ttf SDL_gfx png jpeg smpeg )], }, + Rect => { + file => { + from => 'src/Core/objects/Rect.xs', + to => 'lib/SDL/Rect.xs', + }, + libraries => [qw( SDL )], + }, + Color => { + file => { + from => 'src/Core/objects/Color.xs', + to => 'lib/SDL/Color.xs', + }, + libraries => [qw( SDL )], + }, + Surface => { + file => { + from => 'src/Core/objects/Surface.xs', + to => 'lib/SDL/Surface.xs', + }, + libraries => [qw( SDL SDL_image )], + }, + PixelFormat => { + file => { + from => 'src/Core/objects/PixelFormat.xs', + to => 'lib/SDL/PixelFormat.xs', + }, + libraries => [qw( SDL SDL_image )], + }, OpenGL => { file => { from => 'src/OpenGL.xs',