diff options
author | Ricardo Signes <rjbs@cpan.org> | 2015-06-01 14:16:27 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2015-06-01 14:16:27 -0400 |
commit | ba40ea5ba2e0ad87ed7510b4c3445ae1b09c19b0 (patch) | |
tree | ad0f21ba192b0ba427b06f88d11b9d41e910cc2d /win32 | |
parent | 70f63a4c7dba89e8e48b44de7978faae4319e693 (diff) | |
download | perl-ba40ea5ba2e0ad87ed7510b4c3445ae1b09c19b0.tar.gz |
bump version to v5.23.0
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 12 | ||||
-rw-r--r-- | win32/Makefile.ce | 2 | ||||
-rw-r--r-- | win32/makefile.mk | 16 |
3 files changed, 15 insertions, 15 deletions
diff --git a/win32/Makefile b/win32/Makefile index 6d41e16757..cf17d371b4 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 -# (perl522.dll). Also makes individual DLLs for the XS extensions. +# (perl523.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.22.0 +#INST_VER = \5.23.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 perl522s.lib will also be created. +# variables below. A static library perl523s.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 = ..\perl522.lib -PERLSTATICLIB = ..\perl522s.lib -PERLDLL = ..\perl522.dll +PERLIMPLIB = ..\perl523.lib +PERLSTATICLIB = ..\perl523s.lib +PERLDLL = ..\perl523.dll MINIPERL = ..\miniperl.exe MINIDIR = .\mini diff --git a/win32/Makefile.ce b/win32/Makefile.ce index 089d5cbad7..67d43c9be2 100644 --- a/win32/Makefile.ce +++ b/win32/Makefile.ce @@ -5,7 +5,7 @@ # SRCDIR = .. -PV = 522 +PV = 523 # 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 8c4b2fee4a..d59b2a9a59 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 -# (perl522.dll). Also makes individual DLLs for the XS extensions. +# (perl523.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.22.0 +#INST_VER *= \5.23.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 perl522s.lib will also be created. +# variables below. A static library perl523s.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 = ..\libperl522$(a) -PERLSTATICLIB = ..\libperl522s$(a) +PERLIMPLIB = ..\libperl523$(a) +PERLSTATICLIB = ..\libperl523s$(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 *= ..\perl522$(a) -PERLSTATICLIB *= ..\perl522s$(a) -PERLDLL = ..\perl522.dll +PERLIMPLIB *= ..\perl523$(a) +PERLSTATICLIB *= ..\perl523s$(a) +PERLDLL = ..\perl523.dll XCOPY = xcopy /f /r /i /d /y RCOPY = xcopy /f /r /i /e /d /y |