summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2017-05-31 03:15:07 +0200
committerSawyer X <xsawyerx@cpan.org>2017-05-31 03:15:07 +0200
commit6612e40e10b3b87f34a7dcfa76ec8f231f3266ce (patch)
tree23169f8fe227d293b005749efcba6f13cb80b793 /win32
parentc35a148e6f46fa140ca88eebb5aac32b24eebf75 (diff)
downloadperl-6612e40e10b3b87f34a7dcfa76ec8f231f3266ce.tar.gz
Bump version: 5.26.0 -> 5.27.0, including fixes
Diffstat (limited to 'win32')
-rw-r--r--win32/GNUmakefile22
-rw-r--r--win32/Makefile12
-rw-r--r--win32/Makefile.ce2
-rw-r--r--win32/makefile.mk18
4 files changed, 27 insertions, 27 deletions
diff --git a/win32/GNUmakefile b/win32/GNUmakefile
index 4f8b190762..3a17c891fa 100644
--- a/win32/GNUmakefile
+++ b/win32/GNUmakefile
@@ -6,7 +6,7 @@
# Windows SDK 64-bit compiler and tools
#
# This is set up to build a perl.exe that runs off a shared library
-# (perl526.dll). Also makes individual DLLs for the XS extensions.
+# (perl527.dll). Also makes individual DLLs for the XS extensions.
#
# The easiest way to customize the build process is to use parameters like this:
#
@@ -63,7 +63,7 @@ INST_TOP := $(INST_DRV)\perl
# versioned installation can be obtained by setting INST_TOP above to a
# path that includes an arbitrary version string.
#
-#INST_VER := \5.26.0
+#INST_VER := \5.27.0
#
# Comment this out if you DON'T want your perl installation to have
@@ -227,7 +227,7 @@ DEFAULT_INC_EXCLUDES_DOT := define
# set this to additionally provide a statically linked perl-static.exe.
# Note that dynamic loading will not work with this perl, so you must
# include required modules statically using the STATIC_EXT or ALL_STATIC
-# variables below. A static library perl526s.lib will also be created.
+# variables below. A static library perl527s.lib will also be created.
# Ordinary perl.exe is not affected by this option.
#
#BUILD_STATIC := define
@@ -926,9 +926,9 @@ ifeq ($(CCTYPE),GCC)
CFGSH_TMPL = config.gc
CFGH_TMPL = config_H.gc
-PERLIMPLIB = $(COREDIR)\libperl526$(a)
-PERLIMPLIBBASE = libperl526$(a)
-PERLSTATICLIB = ..\libperl526s$(a)
+PERLIMPLIB = $(COREDIR)\libperl527$(a)
+PERLIMPLIBBASE = libperl527$(a)
+PERLSTATICLIB = ..\libperl527s$(a)
INT64 = long long
else
@@ -941,11 +941,11 @@ endif
# makedef.pl must be updated if this changes, and this should normally
# only change when there is an incompatible revision of the public API.
-PERLIMPLIB ?= $(COREDIR)\perl526$(a)
-PERLIMPLIBBASE ?= perl526$(a)
-PERLEXPLIB ?= $(COREDIR)\perl526.exp
-PERLSTATICLIB ?= ..\perl526s$(a)
-PERLDLL = ..\perl526.dll
+PERLIMPLIB ?= $(COREDIR)\perl527$(a)
+PERLIMPLIBBASE ?= perl527$(a)
+PERLEXPLIB ?= $(COREDIR)\perl527.exp
+PERLSTATICLIB ?= ..\perl527s$(a)
+PERLDLL = ..\perl527.dll
# don't let "gmake -n all" try to run "miniperl.exe make_ext.pl"
PLMAKE = gmake
diff --git a/win32/Makefile b/win32/Makefile
index cfb9e1ab30..9c2720a6f2 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -5,7 +5,7 @@
# Windows SDK 64-bit compiler and tools
#
# This is set up to build a perl.exe that runs off a shared library
-# (perl526.dll). Also makes individual DLLs for the XS extensions.
+# (perl527.dll). Also makes individual DLLs for the XS extensions.
#
##
@@ -38,7 +38,7 @@ INST_TOP = $(INST_DRV)\perl
# versioned installation can be obtained by setting INST_TOP above to a
# path that includes an arbitrary version string.
#
-#INST_VER = \5.26.0
+#INST_VER = \5.27.0
#
# Comment this out if you DON'T want your perl installation to have
@@ -202,7 +202,7 @@ CCTYPE = MSVC60
# set this to additionally provide a statically linked perl-static.exe.
# Note that dynamic loading will not work with this perl, so you must
# include required modules statically using the STATIC_EXT or ALL_STATIC
-# variables below. A static library perl526s.lib will also be created.
+# variables below. A static library perl527s.lib will also be created.
# Ordinary perl.exe is not affected by this option.
#
#BUILD_STATIC = define
@@ -665,9 +665,9 @@ $(o).dll:
# makedef.pl must be updated if this changes, and this should normally
# only change when there is an incompatible revision of the public API.
-PERLIMPLIB = ..\perl526.lib
-PERLSTATICLIB = ..\perl526s.lib
-PERLDLL = ..\perl526.dll
+PERLIMPLIB = ..\perl527.lib
+PERLSTATICLIB = ..\perl527s.lib
+PERLDLL = ..\perl527.dll
MINIPERL = ..\miniperl.exe
MINIDIR = .\mini
diff --git a/win32/Makefile.ce b/win32/Makefile.ce
index 03168c99e8..0cf11f2830 100644
--- a/win32/Makefile.ce
+++ b/win32/Makefile.ce
@@ -5,7 +5,7 @@
#
SRCDIR = ..
-PV = 526
+PV = 527
# INSTALL_ROOT specifies a path where this perl will be installed on CE device
INSTALL_ROOT=/netzwerk/sprache/perl
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 7f9d31ba47..9e5ddb489d 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -6,7 +6,7 @@
# Windows SDK 64-bit compiler and tools
#
# This is set up to build a perl.exe that runs off a shared library
-# (perl526.dll). Also makes individual DLLs for the XS extensions.
+# (perl527.dll). Also makes individual DLLs for the XS extensions.
#
##
@@ -44,7 +44,7 @@ INST_TOP *= $(INST_DRV)\perl
# versioned installation can be obtained by setting INST_TOP above to a
# path that includes an arbitrary version string.
#
-#INST_VER *= \5.26.0
+#INST_VER *= \5.27.0
#
# Comment this out if you DON'T want your perl installation to have
@@ -222,7 +222,7 @@ DEFAULT_INC_EXCLUDES_DOT *= define
# set this to additionally provide a statically linked perl-static.exe.
# Note that dynamic loading will not work with this perl, so you must
# include required modules statically using the STATIC_EXT or ALL_STATIC
-# variables below. A static library perl526s.lib will also be created.
+# variables below. A static library perl527s.lib will also be created.
# Ordinary perl.exe is not affected by this option.
#
#BUILD_STATIC *= define
@@ -897,8 +897,8 @@ UTILS = \
CFGSH_TMPL = config.gc
CFGH_TMPL = config_H.gc
-PERLIMPLIB = $(COREDIR)\libperl526$(a)
-PERLSTATICLIB = ..\libperl526s$(a)
+PERLIMPLIB = $(COREDIR)\libperl527$(a)
+PERLSTATICLIB = ..\libperl527s$(a)
INT64 = long long
.ELSE
@@ -911,10 +911,10 @@ INT64 = __int64
# makedef.pl must be updated if this changes, and this should normally
# only change when there is an incompatible revision of the public API.
-PERLIMPLIB *= $(COREDIR)\perl526$(a)
-PERLEXPLIB *= $(COREDIR)\perl526.exp
-PERLSTATICLIB *= ..\perl526s$(a)
-PERLDLL = ..\perl526.dll
+PERLIMPLIB *= $(COREDIR)\perl527$(a)
+PERLEXPLIB *= $(COREDIR)\perl527.exp
+PERLSTATICLIB *= ..\perl527s$(a)
+PERLDLL = ..\perl527.dll
#EUMM on Win32 isn't ready for parallel make, so only allow this file to be parallel
#$(MAKE) will contain the -P that this makefile was called with, which is bad for