- or download this
use ExtUtils::MakeMaker;
my %options = %{
...
# Remove the Makefile dependency. Causes problems on a few systems.
sub MY::makefile { '' }
- or download this
int __declspec(dllexport) foo(int x, int y)
- or download this
__declspec(dllexport) int foo(int x, int y)