We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2890045 commit ed90eafCopy full SHA for ed90eaf
Makefile.PL
@@ -1,10 +1,7 @@
1
use ExtUtils::MakeMaker;
2
-# See lib/ExtUtils/MakeMaker.pm for details of how to influence
3
-# the contents of the Makefile that is written.
4
WriteMakefile(
5
'NAME' => 'Win32::NetAdmin',
6
- 'VERSION_FROM' => 'NetAdmin.pm', # finds $VERSION
+ 'VERSION_FROM' => 'NetAdmin.pm',
7
'dist' => {COMPRESS => 'gzip -9f', SUFFIX => 'gz'},
8
- 'dynamic_lib' => { 'OTHERLDFLAGS' => q[netapi32.lib] },
9
# 'INC' => '-I.\\include',
10
);
0 commit comments