8000 Load libwin32-0.07 into trunk. · perl-libwin32/win32-netadmin@ed90eaf · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit ed90eaf

Browse files
committed
Load libwin32-0.07 into trunk.
1 parent 2890045 commit ed90eaf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Makefile.PL

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
use ExtUtils::MakeMaker;
2-
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
3-
# the contents of the Makefile that is written.
42
WriteMakefile(
53
'NAME' => 'Win32::NetAdmin',
6-
'VERSION_FROM' => 'NetAdmin.pm', # finds $VERSION
4+
'VERSION_FROM' => 'NetAdmin.pm',
75
'dist' => {COMPRESS => 'gzip -9f', SUFFIX => 'gz'},
8-
'dynamic_lib' => { 'OTHERLDFLAGS' => q[netapi32.lib] },
96
# 'INC' => '-I.\\include',
107
);

0 commit comments

Comments
 (0)
0