summaryrefslogtreecommitdiff
path: root/win32/GNUmakefile
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/GNUmakefile
parent276861fa3fbe1db0d7db262ff56709e58754bc58 (diff)
downloadperl-d0e2a40203b752aa0fc40a2adb029ce793ff0f62.tar.gz
version bump: this is now v5.24.0-RC0!
Diffstat (limited to 'win32/GNUmakefile')
-rw-r--r--win32/GNUmakefile22
1 files changed, 11 insertions, 11 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