X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=142b973d4b0ab30ea3300b5bffecc518e8c972db;hb=350e894348b0c3a73f203014ba6d92cdb4f7f4ee;hp=b96fd1fd7d4c91cb85369694c26d2f9b96da6e92;hpb=72a86b34f7cc7a8ddc7f463d3295f3e49d75084e;p=sdlgit%2FSDL_perl.git diff --git a/Build.PL b/Build.PL index b96fd1f..142b973 100644 --- a/Build.PL +++ b/Build.PL @@ -43,12 +43,32 @@ my %subsystems = }, Rect => { file => { - from => 'src/Rect.xs', + 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',