X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=a4a35b94f1715d45c205cba5a5160717ea680e65;hb=fcd68a9037ae3d5260f6cc2c96dec31ca54fc662;hp=048d303141a4d0a9fa220660e968176418bcd478;hpb=f9be87f403276e70f45f65bd21003e4782283780;p=sdlgit%2FSDL_perl.git diff --git a/Build.PL b/Build.PL index 048d303..a4a35b9 100644 --- a/Build.PL +++ b/Build.PL @@ -57,11 +57,25 @@ my %subsystems = }, Surface => { file => { - from => 'src/Surface.xs', + 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 )], + }, + TTF_Font => { + file => { + from => 'src/TTF/objects/TTF_Font.xs', + to => 'lib/SDL/TTF_Font.xs', + }, + libraries => [qw( SDL SDL_ttf )], + }, OpenGL => { file => { from => 'src/OpenGL.xs', @@ -74,7 +88,7 @@ my %subsystems = from => 'src/SFont.xs', to => 'lib/SDL/SFont.xs', }, - libraries => [qw( SDL SDL_image )], + libraries => [qw( SDL SDL_image SDL_ttf )], }, );