On Wed, 2004-02-25 at 05:13, DH wrote:

> You can skip this part if you edit Build.PL before you start 
> and add
> 
>     my $build   = SDL::Build->new(
>         extra_linker_flags => [ qw[ SDL.lib ] ], ## THIS line

Thanks for tracking this down.  I've just made SDL::Build call
compile_flags() and link_flags() to fetch the output from sdl_config in
Unixy systems.  I also added Build::SDL::Win32 and overrode link_flags()
to pass this information.

The build still won't work on Win32, but it's a step closer.  I'll work
on figuring out the paths next.

-- c

Reply via email to