From: Tobias Leich Date: Mon, 9 Nov 2009 23:24:50 +0000 (+0100) Subject: removed SysWMEvent and QuitEvent X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=65f4377f009228c338bdcd284e5cc391e74536f2;p=sdlgit%2FSDL_perl.git removed SysWMEvent and QuitEvent --- diff --git a/Build.PL b/Build.PL index 5bad6bb..5d6b092 100644 --- a/Build.PL +++ b/Build.PL @@ -98,13 +98,6 @@ my %subsystems = }, libraries => [qw( SDL )], }, - SysWMEvent => { - file => { - from => 'src/Core/objects/SysWMEvent.xs', - to => 'lib/SDL/SysWMEvent.xs', - }, - libraries => [qw( SDL )], - }, Overlay => { file => { from => 'src/Core/objects/Overlay.xs', @@ -140,13 +133,6 @@ my %subsystems = }, libraries => [qw( SDL )], }, - QuitEvent => { - file => { - from => 'src/Core/objects/QuitEvent.xs', - to => 'lib/SDL/QuitEvent.xs', - }, - libraries => [qw( SDL )], - }, VideoInfo => { file => { from => 'src/Core/objects/VideoInfo.xs',