mm_win95.html

来自「perl教程」· HTML 代码 · 共 105 行

HTML
105
字号
<?xml version="1.0" ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<!-- saved from url=(0017)http://localhost/ -->
<script language="JavaScript" src="../../displayToc.js"></script>
<script language="JavaScript" src="../../tocParas.js"></script>
<script language="JavaScript" src="../../tocTab.js"></script>
<link rel="stylesheet" type="text/css" href="../../scineplex.css">
<title>ExtUtils::MM_Win95 - method to customize MakeMaker for Win9X</title>
<link rel="stylesheet" href="../../Active.css" type="text/css" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:" />
</head>

<body>

<script>writelinks('__top__',2);</script>
<h1><a>ExtUtils::MM_Win95 - method to customize MakeMaker for Win9X</a></h1>
<p><a name="__index__"></a></p>

<!-- INDEX BEGIN -->

<ul>

	<li><a href="#name">NAME</a></li>
	<li><a href="#synopsis">SYNOPSIS</a></li>
	<li><a href="#description">DESCRIPTION</a></li>
	<ul>

		<li><a href="#overriden_methods">Overriden methods</a></li>
	</ul>

	<li><a href="#author">AUTHOR</a></li>
</ul>
<!-- INDEX END -->

<hr />
<p>
</p>
<h1><a name="name">NAME</a></h1>
<p>ExtUtils::MM_Win95 - method to customize MakeMaker for Win9X</p>
<p>
</p>
<hr />
<h1><a name="synopsis">SYNOPSIS</a></h1>
<pre>
  You should not be using this module directly.</pre>
<p>
</p>
<hr />
<h1><a name="description">DESCRIPTION</a></h1>
<p>This is a subclass of ExtUtils::MM_Win32 containing changes necessary
to get MakeMaker playing nice with command.com and other Win9Xisms.</p>
<p>
</p>
<h2><a name="overriden_methods">Overriden methods</a></h2>
<p>Most of these make up for limitations in the Win9x/nmake command shell.
Mostly its lack of &amp;&amp;.</p>
<dl>
<dt><strong><a name="item_xs_c">xs_c</a></strong>

<dd>
<p>The &amp;&amp; problem.</p>
</dd>
</li>
<dt><strong><a name="item_xs_cpp">xs_cpp</a></strong>

<dd>
<p>The &amp;&amp; problem</p>
</dd>
</li>
<dt><strong><a name="item_xs_o">xs_o</a></strong>

<dd>
<p>The &amp;&amp; problem.</p>
</dd>
</li>
<dt><strong><a name="item_max_exec_len">max_exec_len</a></strong>

<dd>
<p>Win98 chokes on things like Encode if we set the max length to nmake's max
of 2K.  So we go for a more conservative value of 1K.</p>
</dd>
</li>
<dt><strong><a name="item_os_flavor">os_flavor</a></strong>

<dd>
<p>Win95 and Win98 and WinME are collectively Win9x and Win32</p>
</dd>
</li>
</dl>
<p>
</p>
<hr />
<h1><a name="author">AUTHOR</a></h1>
<p>Code originally inside MM_Win32.  Original author unknown.</p>
<p>Currently maintained by Michael G Schwern <code>schwern@pobox.com</code>.</p>
<p>Send patches and ideas to <code>makemaker@perl.org</code>.</p>
<p>See <a href="http://www.makemaker.org.">http://www.makemaker.org.</a></p>

</body>

</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?