X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=6eec5c275b69e249e0515b5ce0c1d0199822bd61;hb=506445434c661b3ddf95fb6853aff27eb900f474;hp=f01da49a21a7907b8ab53e309d4aa907e1e37aa5;hpb=bf87e76a9fcb50d9b3ff352e675bd87edb97b236;p=sdlgit%2FSDL_perl.git diff --git a/Build.PL b/Build.PL index f01da49..6eec5c2 100644 --- a/Build.PL +++ b/Build.PL @@ -41,6 +41,14 @@ my %subsystems = libraries => [qw( SDL SDL_image SDL_mixer SDL_net SDL_ttf SDL_gfx png jpeg smpeg )], }, + Rect => { + file => { + from => 'src/Rect.xs', + to => 'lib/SDL/Rect.xs', + }, + libraries => [qw( SDL )], + }, + OpenGL => { file => { from => 'src/OpenGL.xs',