summaryrefslogtreecommitdiff
path: root/win32/Makefile
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2017-03-20 22:51:40 +0100
committerSawyer X <xsawyerx@cpan.org>2017-03-20 22:51:40 +0100
commit54a814f4855172034d2894fae446af0ba1a25082 (patch)
tree8ca8fce03b228af083bb8f8ab24b0d6b8a794dc7 /win32/Makefile
parentd5c7a4fc18f36e8d932049702ef25626b2533916 (diff)
downloadperl-54a814f4855172034d2894fae446af0ba1a25082.tar.gz
Version bump: 5.25.11 -> 5.26.0
Diffstat (limited to 'win32/Makefile')
-rw-r--r--win32/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/win32/Makefile b/win32/Makefile
index cda1422c6d..04229333ad 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
-# (perl525.dll). Also makes individual DLLs for the XS extensions.
+# (perl526.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.25.11
+#INST_VER = \5.26.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 perl525s.lib will also be created.
+# variables below. A static library perl526s.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 = ..\perl525.lib
-PERLSTATICLIB = ..\perl525s.lib
-PERLDLL = ..\perl525.dll
+PERLIMPLIB = ..\perl526.lib
+PERLSTATICLIB = ..\perl526s.lib
+PERLDLL = ..\perl526.dll
MINIPERL = ..\miniperl.exe
MINIDIR = .\mini