> now edit src\SDL_perl.lds, > and add "SDL.lib" on a line by itself after msvcrt.lib > then execute > > link @"src\SDL_perl.lds" -out:"blib\arch\auto\SDL_perl\SDL_perl.dll" >
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
__________________________________
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools
