From: Kartik Thakore Date: Sat, 22 Aug 2009 15:37:59 +0000 (-0400) Subject: Added windows message for help X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=49ee715f63e950c5ca33cc8ab77542b999d3efde;p=sdlgit%2FSDL_perl.git Added windows message for help --- diff --git a/Build.PL b/Build.PL index 6f18f26..328eec3 100644 --- a/Build.PL +++ b/Build.PL @@ -15,6 +15,8 @@ use SDL::Utility; use YAML; use YAML::Node; +croak 'Windows support is currently broken. If you are interested in helping please contact us at sdl-devel\@perl.org.' if ($^O eq 'MSWin32' || $^O eq 'MSWin64' || $^O eq 'cygwin' ); + my $sdl_compile_flags = SDL::Utility->sdl_c_flags(); my $sdl_link_flags = SDL::Utility->sdl_libs(); # subsystem to build