X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=3bd4e7065a94b6df796a3632759b451fde0091dc;hb=f73f699aff1bce1c02d5e88f3c20f34f2793dbda;hp=676c02d73c092f83dfc86b74be24d3c4912c35a6;hpb=88a46efcf6e474bacd1399d8dbb590e4a183bff3;p=sdlgit%2FSDL_perl.git diff --git a/Build.PL b/Build.PL index 676c02d..3bd4e70 100644 --- a/Build.PL +++ b/Build.PL @@ -43,24 +43,45 @@ my %subsystems = }, Rect => { file => { - from => 'src/Rect.xs', + from => 'src/Core/objects/Rect.xs', to => 'lib/SDL/Rect.xs', }, - libraries => [qw( SDL )], + libraries => [qw( SDL )], }, Color => { file => { - from => 'src/Color.xs', + from => 'src/Core/objects/Color.xs', to => 'lib/SDL/Color.xs', }, libraries => [qw( SDL )], }, Surface => { file => { - from => 'src/Surface.xs', + from => 'src/Core/objects/Surface.xs', to => 'lib/SDL/Surface.xs', }, - libraries => [qw( SDL SDL_image )], + libraries => [qw( SDL )], + }, + Overlay => { + file => { + from => 'src/Core/objects/Overlay.xs', + to => 'lib/SDL/Overlay.xs', + }, + libraries => [qw( SDL )], + }, + PixelFormat => { + file => { + from => 'src/Core/objects/PixelFormat.xs', + to => 'lib/SDL/PixelFormat.xs', + }, + libraries => [qw( SDL )], + }, + TTF_Font => { + file => { + from => 'src/TTF/objects/TTF_Font.xs', + to => 'lib/SDL/TTF_Font.xs', + }, + libraries => [qw( SDL SDL_ttf )], }, OpenGL => { file => { @@ -74,7 +95,7 @@ my %subsystems = from => 'src/SFont.xs', to => 'lib/SDL/SFont.xs', }, - libraries => [qw( SDL SDL_image )], + libraries => [qw( SDL SDL_ttf )], }, );