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 static_lib_pure_cmd
30 Defines how to run the archive utility
31
32 xs_static_lib_is_xs
33 dynamic_lib
34 Override of utility methods for OS-specific work.
35
36
37
38perl v5.34.0 2022-01-21 ExtUtils::MM_NW5(3)