diff options
author | David Mitchell <davem@iabyn.com> | 2011-05-18 16:37:58 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2011-05-18 16:37:58 +0100 |
commit | 8891dd8d4c5444371851ec339d7cc20f956ffb5f (patch) | |
tree | 0e57585ce9fc920d80f40b217ae9536706e7a922 /win32 | |
parent | 066dc4d9061322fc2bcc1ae08c05d4ef354ac4ab (diff) | |
download | perl-8891dd8d4c5444371851ec339d7cc20f956ffb5f.tar.gz |
Bump the perl version in various places for 5.15.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 43ce015ae8..eea0545e88 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 -# (perl514.dll). Also makes individual DLLs for the XS extensions. +# (perl515.dll). Also makes individual DLLs for the XS extensions. # ## @@ -37,7 +37,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.14.0 +#INST_VER = \5.15.0 # # Comment this out if you DON'T want your perl installation to have @@ -152,7 +152,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 perl514s.lib will also be created. +# variables below. A static library perl515s.lib will also be created. # Ordinary perl.exe is not affected by this option. # #BUILD_STATIC = define @@ -516,9 +516,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 = ..\perl514.lib -PERLSTATICLIB = ..\perl514s.lib -PERLDLL = ..\perl514.dll +PERLIMPLIB = ..\perl515.lib +PERLSTATICLIB = ..\perl515s.lib +PERLDLL = ..\perl515.dll MINIPERL = ..\miniperl.exe MINIDIR = .\mini diff --git a/win32/Makefile.ce b/win32/Makefile.ce index 22030ab089..81b05ac0f3 100644 --- a/win32/Makefile.ce +++ b/win32/Makefile.ce @@ -6,7 +6,7 @@ SRCDIR = .. PV = 59 -INST_VER = 5.14.0 +INST_VER = 5.15.0 # 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 aedeb9c500..069e8ed9fa 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 -# (perl514.dll). Also makes individual DLLs for the XS extensions. +# (perl515.dll). Also makes individual DLLs for the XS extensions. # ## @@ -39,7 +39,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.14.0 +#INST_VER *= \5.15.0 # # Comment this out if you DON'T want your perl installation to have @@ -170,7 +170,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 perl514s.lib will also be created. +# variables below. A static library perl515s.lib will also be created. # Ordinary perl.exe is not affected by this option. # #BUILD_STATIC *= define @@ -803,8 +803,8 @@ CFGH_TMPL = config_H.gc64nox CFGSH_TMPL = config.gc CFGH_TMPL = config_H.gc .ENDIF -PERLIMPLIB = ..\libperl514$(a) -PERLSTATICLIB = ..\libperl514s$(a) +PERLIMPLIB = ..\libperl515$(a) +PERLSTATICLIB = ..\libperl515s$(a) .ELSE @@ -820,9 +820,9 @@ CFGH_TMPL = config_H.vc # 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 *= ..\perl514$(a) -PERLSTATICLIB *= ..\perl514s$(a) -PERLDLL = ..\perl514.dll +PERLIMPLIB *= ..\perl515$(a) +PERLSTATICLIB *= ..\perl515s$(a) +PERLDLL = ..\perl515.dll XCOPY = xcopy /f /r /i /d /y RCOPY = xcopy /f /r /i /e /d /y |