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

NAME

6       ExtUtils::MM_Win95 - method to customize MakeMaker for Win9X
7

SYNOPSIS

9         You should not be using this module directly.
10

DESCRIPTION

12       This is a subclass of ExtUtils::MM_Win32 containing changes necessary
13       to get MakeMaker playing nice with command.com and other Win9Xisms.
14
15   Overridden methods
16       Most of these make up for limitations in the Win9x/nmake command shell.
17       Mostly its lack of &&.
18
19       xs_c
20           The && problem.
21
22       xs_cpp
23           The && problem
24
25       xs_o
26           The && problem.
27
28       max_exec_len
29           Win98 chokes on things like Encode if we set the max length to
30           nmake's max of 2K.  So we go for a more conservative value of 1K.
31
32       os_flavor
33           Win95 and Win98 and WinME are collectively Win9x and Win32
34

AUTHOR

36       Code originally inside MM_Win32.  Original author unknown.
37
38       Currently maintained by Michael G Schwern "schwern@pobox.com".
39
40       Send patches and ideas to "makemaker@perl.org".
41
42       See https://metacpan.org/release/ExtUtils-MakeMaker.
43
44
45
46perl v5.16.3                      2013-06-14             ExtUtils::MM_Win95(3)
Impressum