From: Kartik Thakore Date: Wed, 26 Aug 2009 19:14:47 +0000 (-0400) Subject: Can't do that :( X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f3e4e3e6317ac8b7cb373e0430d1752109d12190;p=sdlgit%2FSDL_perl.git Can't do that :( --- diff --git a/Build.PL b/Build.PL index b822271..41a812b 100755 --- a/Build.PL +++ b/Build.PL @@ -17,7 +17,7 @@ use YAML::Node; print STDERR <{properties}; my $file_args = $self->notes( 'file_flags' )->{$file}; my @old_values = @$properties{ keys %$file_args }; diff --git a/make/lib/SDL/Build/MSWin32.pm b/make/lib/SDL/Build/MSWin32.pm index e1d006f..1ba29a9 100644 --- a/make/lib/SDL/Build/MSWin32.pm +++ b/make/lib/SDL/Build/MSWin32.pm @@ -34,12 +34,13 @@ use Config; use Carp; use base 'SDL::Build'; -sub process_xs -{ - my ($self, $file) = @_; - $file =~ s/\\/\//g; #replace \ for / (Win32 needs this); - $self->SUPER::process_xs($file); -} +#Ideal Solution but it is not called! +#sub process_xs +#{ +# my ($self, $file) = @_; +# $file =~ s/\\/\//g; #replace \ for / (Win32 needs this); +# $self->SUPER::process_xs($file); +#} sub opengl_headers {