1ExtUtils::MM_Win95(3pm)Perl Programmers Reference GuideExtUtils::MM_Win95(3pm)
2
3
4
6 ExtUtils::MM_Win95 - method to customize MakeMaker for Win9X
7
9 You should not be using this module directly.
10
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 Overriden methods
16
17 Most of these make up for limitations in the Win9x/nmake command shell.
18 Mostly its lack of &&.
19
20 xs_c
21 The && problem.
22
23 xs_cpp
24 The && problem
25
26 xs_o
27 The && problem.
28
29 max_exec_len
30 Win98 chokes on things like Encode if we set the max length to
31 nmake's max of 2K. So we go for a more conservative value of 1K.
32
33 os_flavor
34 Win95 and Win98 and WinME are collectively Win9x and Win32
35
37 Code originally inside MM_Win32. Original author unknown.
38
39 Currently maintained by Michael G Schwern "schwern@pobox.com".
40
41 Send patches and ideas to "makemaker@perl.org".
42
43 See http://www.makemaker.org.
44
45
46
47perl v5.8.8 2001-09-21 ExtUtils::MM_Win95(3pm)