1ExtUtils::MM_Cygwin(3)User Contributed Perl DocumentationExtUtils::MM_Cygwin(3)
2
3
4

NAME

6       ExtUtils::MM_Cygwin - methods to override UN*X behaviour in
7       ExtUtils::MakeMaker
8

SYNOPSIS

10        use ExtUtils::MM_Cygwin; # Done internally by ExtUtils::MakeMaker if needed
11

DESCRIPTION

13       See ExtUtils::MM_Unix for a documentation of the methods provided
14       there.
15
16       os_flavor
17           We're Unix and Cygwin.
18
19       cflags
20           if configured for dynamic loading, triggers #define EXT in EXTERN.h
21
22       replace_manpage_separator
23           replaces strings '::' with '.' in MAN*POD man page names
24
25       init_linker
26           points to libperl.a
27
28       maybe_command
29           If our path begins with /cygdrive/ then we use "ExtUtils::MM_Win32"
30           to determine if it may be a command.  Otherwise we use the tests
31           from "ExtUtils::MM_Unix".
32
33       dynamic_lib
34           Use the default to produce the *.dll's.  But for new archdir dll's
35           use the same rebase address if the old exists.
36
37       all_target
38           Build man pages, too
39
40
41
42perl v5.16.3                      2013-06-14            ExtUtils::MM_Cygwin(3)
Impressum