Install Perl 5.8.8
[msysgit.git] / mingw / html / lib / ExtUtils / MM_Win95.html
blob471259a66761a8566df7377396925c698e04da6b
1 <?xml version="1.0" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <title>ExtUtils::MM_Win95 - method to customize MakeMaker for Win9X</title>
6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7 <link rev="made" href="mailto:" />
8 </head>
10 <body style="background-color: white">
11 <table border="0" width="100%" cellspacing="0" cellpadding="3">
12 <tr><td class="block" style="background-color: #cccccc" valign="middle">
13 <big><strong><span class="block">&nbsp;ExtUtils::MM_Win95 - method to customize MakeMaker for Win9X</span></strong></big>
14 </td></tr>
15 </table>
17 <p><a name="__index__"></a></p>
18 <!-- INDEX BEGIN -->
20 <ul>
22 <li><a href="#name">NAME</a></li>
23 <li><a href="#synopsis">SYNOPSIS</a></li>
24 <li><a href="#description">DESCRIPTION</a></li>
25 <ul>
27 <li><a href="#overriden_methods">Overriden methods</a></li>
28 </ul>
30 <li><a href="#author">AUTHOR</a></li>
31 </ul>
32 <!-- INDEX END -->
34 <hr />
35 <p>
36 </p>
37 <h1><a name="name">NAME</a></h1>
38 <p>ExtUtils::MM_Win95 - method to customize MakeMaker for Win9X</p>
39 <p>
40 </p>
41 <hr />
42 <h1><a name="synopsis">SYNOPSIS</a></h1>
43 <pre>
44 You should not be using this module directly.</pre>
45 <p>
46 </p>
47 <hr />
48 <h1><a name="description">DESCRIPTION</a></h1>
49 <p>This is a subclass of ExtUtils::MM_Win32 containing changes necessary
50 to get MakeMaker playing nice with command.com and other Win9Xisms.</p>
51 <p>
52 </p>
53 <h2><a name="overriden_methods">Overriden methods</a></h2>
54 <p>Most of these make up for limitations in the Win9x/nmake command shell.
55 Mostly its lack of &amp;&amp;.</p>
56 <dl>
57 <dt><strong><a name="item_xs_c">xs_c</a></strong>
59 <dd>
60 <p>The &amp;&amp; problem.</p>
61 </dd>
62 </li>
63 <dt><strong><a name="item_xs_cpp">xs_cpp</a></strong>
65 <dd>
66 <p>The &amp;&amp; problem</p>
67 </dd>
68 </li>
69 <dt><strong><a name="item_xs_o">xs_o</a></strong>
71 <dd>
72 <p>The &amp;&amp; problem.</p>
73 </dd>
74 </li>
75 <dt><strong><a name="item_max_exec_len">max_exec_len</a></strong>
77 <dd>
78 <p>Win98 chokes on things like Encode if we set the max length to nmake's max
79 of 2K. So we go for a more conservative value of 1K.</p>
80 </dd>
81 </li>
82 <dt><strong><a name="item_os_flavor">os_flavor</a></strong>
84 <dd>
85 <p>Win95 and Win98 and WinME are collectively Win9x and Win32</p>
86 </dd>
87 </li>
88 </dl>
89 <p>
90 </p>
91 <hr />
92 <h1><a name="author">AUTHOR</a></h1>
93 <p>Code originally inside MM_Win32. Original author unknown.</p>
94 <p>Currently maintained by Michael G Schwern <code>schwern@pobox.com</code>.</p>
95 <p>Send patches and ideas to <code>makemaker@perl.org</code>.</p>
96 <p>See <a href="http://www.makemaker.org.">http://www.makemaker.org.</a></p>
97 <table border="0" width="100%" cellspacing="0" cellpadding="3">
98 <tr><td class="block" style="background-color: #cccccc" valign="middle">
99 <big><strong><span class="block">&nbsp;ExtUtils::MM_Win95 - method to customize MakeMaker for Win9X</span></strong></big>
100 </td></tr>
101 </table>
103 </body>
105 </html>