summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2016-04-07 08:27:26 -0400
committerRicardo Signes <rjbs@cpan.org>2016-04-10 19:38:00 -0400
commitd0e2a40203b752aa0fc40a2adb029ce793ff0f62 (patch)
tree847eee9380acbb004790f845f9349c0478479745 /win32
parent276861fa3fbe1db0d7db262ff56709e58754bc58 (diff)
downloadperl-d0e2a40203b752aa0fc40a2adb029ce793ff0f62.tar.gz
version bump: this is now v5.24.0-RC0!
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 b447eb3f6c..27c9d17dcb 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
-# (perl523.dll). Also makes individual DLLs for the XS extensions.
+# (perl524.dll). Also makes individual DLLs for the XS extensions.
#
# The easiest way to customize the build process is to use parameters like this:
#
@@ -67,7 +67,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.23.10
+#INST_VER := \5.24.0
#
# Comment this out if you DON'T want your perl installation to have
@@ -221,7 +221,7 @@ CCTYPE := GCC
# 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 perl523s.lib will also be created.
+# variables below. A static library perl524s.lib will also be created.
# Ordinary perl.exe is not affected by this option.
#
#BUILD_STATIC := define
@@ -860,9 +860,9 @@ ifeq ($(CCTYPE),GCC)
CFGSH_TMPL = config.gc
CFGH_TMPL = config_H.gc
-PERLIMPLIB = $(COREDIR)\libperl523$(a)
-PERLIMPLIBBASE = libperl523$(a)
-PERLSTATICLIB = ..\libperl523s$(a)
+PERLIMPLIB = $(COREDIR)\libperl524$(a)
+PERLIMPLIBBASE = libperl524$(a)
+PERLSTATICLIB = ..\libperl524s$(a)
INT64 = long long
else
@@ -875,11 +875,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)\perl523$(a)
-PERLIMPLIBBASE ?= perl523$(a)
-PERLEXPLIB ?= $(COREDIR)\perl523.exp
-PERLSTATICLIB ?= ..\perl523s$(a)
-PERLDLL = ..\perl523.dll
+PERLIMPLIB ?= $(COREDIR)\perl524$(a)
+PERLIMPLIBBASE ?= perl524$(a)
+PERLEXPLIB ?= $(COREDIR)\perl524.exp
+PERLSTATICLIB ?= ..\perl524s$(a)
+PERLDLL = ..\perl524.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 6ebdde784d..a94ef2d737 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
-# (perl523.dll). Also makes individual DLLs for the XS extensions.
+# (perl524.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.23.10
+#INST_VER = \5.24.0
#
# Comment this out if you DON'T want your perl installation to have
@@ -192,7 +192,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 perl523s.lib will also be created.
+# variables below. A static library perl524s.lib will also be created.
# Ordinary perl.exe is not affected by this option.
#
#BUILD_STATIC = define
@@ -630,9 +630,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 = ..\perl523.lib
-PERLSTATICLIB = ..\perl523s.lib
-PERLDLL = ..\perl523.dll
+PERLIMPLIB = ..\perl524.lib
+PERLSTATICLIB = ..\perl524s.lib
+PERLDLL = ..\perl524.dll
MINIPERL = ..\miniperl.exe
MINIDIR = .\mini
diff --git a/win32/Makefile.ce b/win32/Makefile.ce
index b9a979cd5c..1886be2f14 100644
--- a/win32/Makefile.ce
+++ b/win32/Makefile.ce
@@ -5,7 +5,7 @@
#
SRCDIR = ..
-PV = 523
+PV = 524
# 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 4165a13020..ca4fcf8644 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
-# (perl523.dll). Also makes individual DLLs for the XS extensions.
+# (perl524.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.23.10
+#INST_VER *= \5.24.0
#
# Comment this out if you DON'T want your perl installation to have
@@ -212,7 +212,7 @@ CCTYPE *= GCC
# 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 perl523s.lib will also be created.
+# variables below. A static library perl524s.lib will also be created.
# Ordinary perl.exe is not affected by this option.
#
#BUILD_STATIC *= define
@@ -846,8 +846,8 @@ UTILS = \
CFGSH_TMPL = config.gc
CFGH_TMPL = config_H.gc
-PERLIMPLIB = $(COREDIR)\libperl523$(a)
-PERLSTATICLIB = ..\libperl523s$(a)
+PERLIMPLIB = $(COREDIR)\libperl524$(a)
+PERLSTATICLIB = ..\libperl524s$(a)
INT64 = long long
.ELSE
@@ -860,10 +860,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)\perl523$(a)
-PERLEXPLIB *= $(COREDIR)\perl523.exp
-PERLSTATICLIB *= ..\perl523s$(a)
-PERLDLL = ..\perl523.dll
+PERLIMPLIB *= $(COREDIR)\perl524$(a)
+PERLEXPLIB *= $(COREDIR)\perl524.exp
+PERLSTATICLIB *= ..\perl524s$(a)
+PERLDLL = ..\perl524.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