1ExtUtils::MM_NW5(3) User Contributed Perl Documentation ExtUtils::MM_NW5(3)
2
3
4
6 ExtUtils::MM_NW5 - methods to override UN*X behaviour in
7 ExtUtils::MakeMaker
8
10 use ExtUtils::MM_NW5; # Done internally by ExtUtils::MakeMaker if needed
11
13 See ExtUtils::MM_Unix for a documentation of the methods provided
14 there. This package overrides the implementation of these methods, not
15 the semantics.
16
17 os_flavor
18 We're Netware in addition to being Windows.
19
20 init_platform
21 Add Netware macros.
22
23 LIBPTH, BASE_IMPORT, NLM_VERSION, MPKTOOL, TOOLPATH, BOOT_SYMBOL,
24 NLM_SHORT_NAME, INCLUDE, PATH, MM_NW5_REVISION
25
26 platform_constants
27 Add Netware macros initialized above to the Makefile.
28
29 const_cccmd
30 static_lib
31 dynamic_lib
32 Defines how to produce the *.so (or equivalent) files.
33
34
35
36perl v5.16.3 2013-06-14 ExtUtils::MM_NW5(3)