Acme-MITHALDU-BleedingOpenGL
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
$exec = "cp FreeGLUT/freeglut.dll $dll_dir";
}
else
{
$exec = "copy FreeGLUT\\freeglut.dll $dll_dir";
}
`$exec`;
if (! -x "$dll_dir/freeglut.dll")
{
my $mode = (stat("$dll_dir/freeglut.dll"))[2];
my $perm = $mode & 07777;
print "freeglut.dll not executable (perms=%4o), changing permissions...\n";
chmod $perm|0755, "$dll_dir/freeglut.dll" or warn "Error changing freeglut.dll perms: $!";
}
if (-e "$dll_dir/freeglut.dll")
{
print "Installed freeglut.dll at $dll_dir\n";
$found->{FREEGLUT32} = 'freeglut'
( run in 0.684 second using v1.01-cache-2.11-cpan-49f99fa48dc )