summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2015-05-05 21:37:59 -0400
committerRicardo Signes <rjbs@cpan.org>2015-05-08 20:19:40 -0400
commite2710a4bfcec699f2cbbfac974ba623f464bcb50 (patch)
treedf99aded760e490cd30b4cb8653ed98a2c83cde3 /win32
parent829a2d809bd01eb5fd391cdf869ac2d1c5a85c2b (diff)
downloadperl-e2710a4bfcec699f2cbbfac974ba623f464bcb50.tar.gz
bump version to v5.22.0 with Porting/bump-perl-version
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile12
-rw-r--r--win32/Makefile.ce2
-rw-r--r--win32/makefile.mk16
3 files changed, 15 insertions, 15 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 894db0228f..b1332fd690 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
-# (perl521.dll). Also makes individual DLLs for the XS extensions.
+# (perl522.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.21.12
+#INST_VER = \5.22.0
#
# Comment this out if you DON'T want your perl installation to have
@@ -185,7 +185,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 perl521s.lib will also be created.
+# variables below. A static library perl522s.lib will also be created.
# Ordinary perl.exe is not affected by this option.
#
#BUILD_STATIC = define
@@ -590,9 +590,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 = ..\perl521.lib
-PERLSTATICLIB = ..\perl521s.lib
-PERLDLL = ..\perl521.dll
+PERLIMPLIB = ..\perl522.lib
+PERLSTATICLIB = ..\perl522s.lib
+PERLDLL = ..\perl522.dll
MINIPERL = ..\miniperl.exe
MINIDIR = .\mini
diff --git a/win32/Makefile.ce b/win32/Makefile.ce
index 894da33a1d..089d5cbad7 100644
--- a/win32/Makefile.ce
+++ b/win32/Makefile.ce
@@ -5,7 +5,7 @@
#
SRCDIR = ..
-PV = 521
+PV = 522
# 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 fb9a54b11f..8660835a30 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
-# (perl521.dll). Also makes individual DLLs for the XS extensions.
+# (perl522.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.21.12
+#INST_VER *= \5.22.0
#
# Comment this out if you DON'T want your perl installation to have
@@ -205,7 +205,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 perl521s.lib will also be created.
+# variables below. A static library perl522s.lib will also be created.
# Ordinary perl.exe is not affected by this option.
#
#BUILD_STATIC *= define
@@ -808,8 +808,8 @@ UTILS = \
CFGSH_TMPL = config.gc
CFGH_TMPL = config_H.gc
-PERLIMPLIB = ..\libperl521$(a)
-PERLSTATICLIB = ..\libperl521s$(a)
+PERLIMPLIB = ..\libperl522$(a)
+PERLSTATICLIB = ..\libperl522s$(a)
INT64 = long long
.ELSE
@@ -822,9 +822,9 @@ 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 *= ..\perl521$(a)
-PERLSTATICLIB *= ..\perl521s$(a)
-PERLDLL = ..\perl521.dll
+PERLIMPLIB *= ..\perl522$(a)
+PERLSTATICLIB *= ..\perl522s$(a)
+PERLDLL = ..\perl522.dll
XCOPY = xcopy /f /r /i /d /y
RCOPY = xcopy /f /r /i /e /d /y