Makefile (perl-5.28.2.tar.xz) | : | Makefile (perl-5.28.3.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 86 | skipping to change at line 86 | |||
!ifdef SECURITYBASE | !ifdef SECURITYBASE | |||
SECURITY_IMPORTS = $(SECURITYBASE)\imports | SECURITY_IMPORTS = $(SECURITYBASE)\imports | |||
!endif # !ifdef SECURITYBASE | !endif # !ifdef SECURITYBASE | |||
!ifndef NLM_VERSION | !ifndef NLM_VERSION | |||
NLM_VERSION = 3,20,0 | NLM_VERSION = 3,20,0 | |||
!endif | !endif | |||
# Here comes the CW tools - TO BE FILLED TO BUILD WITH CW - | # Here comes the CW tools - TO BE FILLED TO BUILD WITH CW - | |||
MODULE_DESC = "Perl 5.28.2 for NetWare" | MODULE_DESC = "Perl 5.28.3 for NetWare" | |||
CCTYPE = CodeWarrior | CCTYPE = CodeWarrior | |||
C_COMPILER = mwccnlm -c | C_COMPILER = mwccnlm -c | |||
CPP_COMPILER = mwccnlm | CPP_COMPILER = mwccnlm | |||
LINK = mwldnlm | LINK = mwldnlm | |||
LD = mwldnlm | LD = mwldnlm | |||
NLM_LIB = mwldnlm -type library | NLM_LIB = mwldnlm -type library | |||
TOOL_HEADERS = | TOOL_HEADERS = | |||
TOOL_PATH = | TOOL_PATH = | |||
CWCPPFLAGS = -cpp_exceptions on -wchar_t off -bool on -w on -ansi off | CWCPPFLAGS = -cpp_exceptions on -wchar_t off -bool on -w on -ansi off | |||
CCFLAGS = -maxerrors 25 -processor Pentium -align packed \ | CCFLAGS = -maxerrors 25 -processor Pentium -align packed \ | |||
skipping to change at line 453 | skipping to change at line 453 | |||
# | # | |||
# Comment this out if you DON'T want your perl installation to be versioned. | # Comment this out if you DON'T want your perl installation to be versioned. | |||
# This means that the new installation will overwrite any files from the | # This means that the new installation will overwrite any files from the | |||
# old installation at the same INST_TOP location. Leaving it enabled is | # old installation at the same INST_TOP location. Leaving it enabled is | |||
# the safest route, as perl adds the extra version directory to all the | # the safest route, as perl adds the extra version directory to all the | |||
# locations it installs files to. If you disable it, an alternative | # locations it installs files to. If you disable it, an alternative | |||
# versioned installation can be obtained by setting INST_TOP above to a | # versioned installation can be obtained by setting INST_TOP above to a | |||
# path that includes an arbitrary version string. | # path that includes an arbitrary version string. | |||
# | # | |||
INST_VER = \5.28.2 | INST_VER = \5.28.3 | |||
# | # | |||
# Comment this out if you DON'T want your perl installation to have | # Comment this out if you DON'T want your perl installation to have | |||
# architecture specific components. This means that architecture- | # architecture specific components. This means that architecture- | |||
# specific files will be installed along with the architecture-neutral | # specific files will be installed along with the architecture-neutral | |||
# files. Leaving it enabled is safer and more flexible, in case you | # files. Leaving it enabled is safer and more flexible, in case you | |||
# want to build multiple flavors of perl and install them together in | # want to build multiple flavors of perl and install them together in | |||
# the same location. Commenting it out gives you a simpler | # the same location. Commenting it out gives you a simpler | |||
# installation that is easier to understand for beginners. | # installation that is easier to understand for beginners. | |||
# | # | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |