summaryrefslogtreecommitdiff
path: root/win32/makefile.mk
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2019-05-10 22:44:00 +0300
committerSawyer X <xsawyerx@cpan.org>2019-05-10 22:44:00 +0300
commitc9ea04646e91d0599f09fd69d0fca9598611739c (patch)
tree7accd62d455c5a6eea5dfda8f31f5c01ac5ef0e8 /win32/makefile.mk
parent3ba8f9bb87ede0c8bf4354d0d001bd8a64413971 (diff)
downloadperl-c9ea04646e91d0599f09fd69d0fca9598611739c.tar.gz
Bump the perl version in various places for 5.30.0
Diffstat (limited to 'win32/makefile.mk')
-rw-r--r--win32/makefile.mk20
1 files changed, 10 insertions, 10 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 1767105eb6..200c8ac37d 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -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
-# (perl529.dll). Also makes individual DLLs for the XS extensions.
+# (perl530.dll). Also makes individual DLLs for the XS extensions.
#
##
@@ -45,7 +45,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.29.10
+#INST_VER *= \5.30.0
#
# Comment this out if you DON'T want your perl installation to have
@@ -223,7 +223,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 perl529s.lib will also be created.
+# variables below. A static library perl530s.lib will also be created.
# Ordinary perl.exe is not affected by this option.
#
#BUILD_STATIC *= define
@@ -964,8 +964,8 @@ UTILS = \
CFGSH_TMPL = config.gc
CFGH_TMPL = config_H.gc
-PERLIMPLIB = $(COREDIR)\libperl529$(a)
-PERLSTATICLIB = ..\libperl529s$(a)
+PERLIMPLIB = $(COREDIR)\libperl530$(a)
+PERLSTATICLIB = ..\libperl530s$(a)
INT64 = long long
.ELSE
@@ -978,11 +978,11 @@ 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)\perl529$(a)
-PERLEXPLIB *= $(COREDIR)\perl529.exp
-PERLSTATICLIB *= ..\perl529s$(a)
-PERLDLL = ..\perl529.dll
-PERLDLLBASE = perl529.dll
+PERLIMPLIB *= $(COREDIR)\perl530$(a)
+PERLEXPLIB *= $(COREDIR)\perl530.exp
+PERLSTATICLIB *= ..\perl530s$(a)
+PERLDLL = ..\perl530.dll
+PERLDLLBASE = perl530.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