summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2021-05-04 21:03:02 +0200
committerSawyer X <xsawyerx@cpan.org>2021-05-04 21:03:02 +0200
commited4fd77f4b5e3e5c64a82a6170f866fe888d6c67 (patch)
treee51b15ae611d9bb4b26a55f683f6682fa6dd2299 /win32
parent0cafd09c4306be6a918d02a4554bc5b8a599a05a (diff)
downloadperl-ed4fd77f4b5e3e5c64a82a6170f866fe888d6c67.tar.gz
Bump perl version in various places for 5.34.0
Diffstat (limited to 'win32')
-rw-r--r--win32/GNUmakefile24
-rw-r--r--win32/Makefile12
2 files changed, 18 insertions, 18 deletions
diff --git a/win32/GNUmakefile b/win32/GNUmakefile
index c0f7766581..f38809cd1b 100644
--- a/win32/GNUmakefile
+++ b/win32/GNUmakefile
@@ -7,7 +7,7 @@
# Windows SDK 64-bit compiler and tools
#
# This is set up to build a perl.exe that runs off a shared library
-# (perl533.dll). Also makes individual DLLs for the XS extensions.
+# (perl534.dll). Also makes individual DLLs for the XS extensions.
#
# The easiest way to customize the build process is to use parameters like this:
#
@@ -64,7 +64,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.33.9
+#INST_VER := \5.34.0
#
# Comment this out if you DON'T want your perl installation to have
@@ -232,7 +232,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 perl533s.lib will also be created.
+# variables below. A static library perl534s.lib will also be created.
# Ordinary perl.exe is not affected by this option.
#
#BUILD_STATIC := define
@@ -1022,9 +1022,9 @@ ifeq ($(CCTYPE),GCC)
CFGSH_TMPL = config.gc
CFGH_TMPL = config_H.gc
-PERLIMPLIB = $(COREDIR)\libperl533$(a)
-PERLIMPLIBBASE = libperl533$(a)
-PERLSTATICLIB = ..\libperl533s$(a)
+PERLIMPLIB = $(COREDIR)\libperl534$(a)
+PERLIMPLIBBASE = libperl534$(a)
+PERLSTATICLIB = ..\libperl534s$(a)
INT64 = long long
else
@@ -1037,12 +1037,12 @@ 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)\perl533$(a)
-PERLIMPLIBBASE ?= perl533$(a)
-PERLEXPLIB ?= $(COREDIR)\perl533.exp
-PERLSTATICLIB ?= ..\perl533s$(a)
-PERLDLL = ..\perl533.dll
-PERLDLLBASE = perl533.dll
+PERLIMPLIB ?= $(COREDIR)\perl534$(a)
+PERLIMPLIBBASE ?= perl534$(a)
+PERLEXPLIB ?= $(COREDIR)\perl534.exp
+PERLSTATICLIB ?= ..\perl534s$(a)
+PERLDLL = ..\perl534.dll
+PERLDLLBASE = perl534.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 fd59528590..93a25f5471 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
-# (perl533.dll). Also makes individual DLLs for the XS extensions.
+# (perl534.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.33.9
+#INST_VER = \5.34.0
#
# Comment this out if you DON'T want your perl installation to have
@@ -184,7 +184,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 perl533s.lib will also be created.
+# variables below. A static library perl534s.lib will also be created.
# Ordinary perl.exe is not affected by this option.
#
#BUILD_STATIC = define
@@ -655,9 +655,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 = ..\perl533.lib
-PERLSTATICLIB = ..\perl533s.lib
-PERLDLL = ..\perl533.dll
+PERLIMPLIB = ..\perl534.lib
+PERLSTATICLIB = ..\perl534s.lib
+PERLDLL = ..\perl534.dll
MINIPERL = ..\miniperl.exe
MINIDIR = .\mini