Install Perl 5.8.8
[msysgit.git] / mingw / html / lib / ExtUtils / MM_NW5.html
blob035cce52872dcade9410c538f3f838ddb8be8dc8
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_NW5 - methods to override UN*X behaviour in ExtUtils::MakeMaker</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_NW5 - methods to override UN*X behaviour in ExtUtils::MakeMaker</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>
26 <!-- INDEX END -->
28 <hr />
29 <p>
30 </p>
31 <h1><a name="name">NAME</a></h1>
32 <p>ExtUtils::MM_NW5 - methods to override UN*X behaviour in ExtUtils::MakeMaker</p>
33 <p>
34 </p>
35 <hr />
36 <h1><a name="synopsis">SYNOPSIS</a></h1>
37 <pre>
38 use ExtUtils::MM_NW5; # Done internally by ExtUtils::MakeMaker if needed</pre>
39 <p>
40 </p>
41 <hr />
42 <h1><a name="description">DESCRIPTION</a></h1>
43 <p>See ExtUtils::MM_Unix for a documentation of the methods provided
44 there. This package overrides the implementation of these methods, not
45 the semantics.</p>
46 <dl>
47 <dt><strong><a name="item_os_flavor">os_flavor</a></strong>
49 <dd>
50 <p>We're Netware in addition to being Windows.</p>
51 </dd>
52 </li>
53 <dt><strong><a name="item_init_platform">init_platform</a></strong>
55 <dd>
56 <p>Add Netware macros.</p>
57 </dd>
58 <dd>
59 <p>LIBPTH, BASE_IMPORT, NLM_VERSION, MPKTOOL, TOOLPATH, BOOT_SYMBOL,
60 NLM_SHORT_NAME, INCLUDE, PATH, MM_NW5_REVISION</p>
61 </dd>
62 </li>
63 <dt><strong><a name="item_platform_constants">platform_constants</a></strong>
65 <dd>
66 <p>Add Netware macros initialized above to the Makefile.</p>
67 </dd>
68 </li>
69 <dt><strong><a name="item_const_cccmd">const_cccmd</a></strong>
71 <dt><strong><a name="item_static_lib">static_lib</a></strong>
73 <dt><strong><a name="item_dynamic_lib">dynamic_lib</a></strong>
75 <dd>
76 <p>Defines how to produce the *.so (or equivalent) files.</p>
77 </dd>
78 </li>
79 </dl>
80 <table border="0" width="100%" cellspacing="0" cellpadding="3">
81 <tr><td class="block" style="background-color: #cccccc" valign="middle">
82 <big><strong><span class="block">&nbsp;ExtUtils::MM_NW5 - methods to override UN*X behaviour in ExtUtils::MakeMaker</span></strong></big>
83 </td></tr>
84 </table>
86 </body>
88 </html>