summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@semiotic.systems>2022-05-15 16:43:23 -0400
committerRicardo Signes <rjbs@semiotic.systems>2022-05-20 13:59:11 -0400
commit910208009b8143cc03b0f5f2fe6e248ca15f7c9d (patch)
treedc9d4f891f3dd21cf34ae8135bdf5e3be7884177 /win32
parent6a2d252d067a49770d8ed8191793db65920909ed (diff)
downloadperl-910208009b8143cc03b0f5f2fe6e248ca15f7c9d.tar.gz
bump version to v5.36.0 (RC0)
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 9145c24ec1..375ed129ca 100644
--- a/win32/GNUmakefile
+++ b/win32/GNUmakefile
@@ -6,7 +6,7 @@
# MinGW64 with gcc-4.4.3 or later
#
# This is set up to build a perl.exe that runs off a shared library
-# (perl535.dll). Also makes individual DLLs for the XS extensions.
+# (perl536.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.35.12
+#INST_VER := \5.36.0
#
# Comment this out if you DON'T want your perl installation to have
@@ -219,7 +219,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 perl535s.lib will also be created.
+# variables below. A static library perl536s.lib will also be created.
# Ordinary perl.exe is not affected by this option.
#
#BUILD_STATIC := define
@@ -899,9 +899,9 @@ ifeq ($(CCTYPE),GCC)
CFGSH_TMPL = config.gc
CFGH_TMPL = config_H.gc
-PERLIMPLIB = $(COREDIR)\libperl535$(a)
-PERLIMPLIBBASE = libperl535$(a)
-PERLSTATICLIB = ..\libperl535s$(a)
+PERLIMPLIB = $(COREDIR)\libperl536$(a)
+PERLIMPLIBBASE = libperl536$(a)
+PERLSTATICLIB = ..\libperl536s$(a)
INT64 = long long
else
@@ -914,12 +914,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)\perl535$(a)
-PERLIMPLIBBASE ?= perl535$(a)
-PERLEXPLIB ?= $(COREDIR)\perl535.exp
-PERLSTATICLIB ?= ..\perl535s$(a)
-PERLDLL = ..\perl535.dll
-PERLDLLBASE = perl535.dll
+PERLIMPLIB ?= $(COREDIR)\perl536$(a)
+PERLIMPLIBBASE ?= perl536$(a)
+PERLEXPLIB ?= $(COREDIR)\perl536.exp
+PERLSTATICLIB ?= ..\perl536s$(a)
+PERLDLL = ..\perl536.dll
+PERLDLLBASE = perl536.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 d9b7b3615d..47d544af95 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -4,7 +4,7 @@
# Microsoft Visual C++ 12.0 or later
#
# This is set up to build a perl.exe that runs off a shared library
-# (perl535.dll). Also makes individual DLLs for the XS extensions.
+# (perl536.dll). Also makes individual DLLs for the XS extensions.
#
##
@@ -37,7 +37,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.35.12
+#INST_VER = \5.36.0
#
# Comment this out if you DON'T want your perl installation to have
@@ -171,7 +171,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 perl535s.lib will also be created.
+# variables below. A static library perl536s.lib will also be created.
# Ordinary perl.exe is not affected by this option.
#
#BUILD_STATIC = define
@@ -579,9 +579,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 = ..\perl535.lib
-PERLSTATICLIB = ..\perl535s.lib
-PERLDLL = ..\perl535.dll
+PERLIMPLIB = ..\perl536.lib
+PERLSTATICLIB = ..\perl536s.lib
+PERLDLL = ..\perl536.dll
MINIPERL = ..\miniperl.exe
MINIDIR = .\mini