diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-04-02 18:58:17 +0800 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-04-02 18:58:17 +0800 |
commit | 88ea365576417b263eed614d4b3c1c4781b6544a (patch) | |
tree | a4d3c4c895002a18529dc6ecf84956e792435195 /win32 | |
parent | d634733c523ec6f574382d9fe0682071a0aabbcd (diff) | |
download | perl-88ea365576417b263eed614d4b3c1c4781b6544a.tar.gz |
First provisional bump to 5.14.0-RC0
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 7b815c71a6..2a35c31ba8 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 -# (perl513.dll). Also makes individual DLLs for the XS extensions. +# (perl514.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.13.11 +#INST_VER = \5.14.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 perl513s.lib will also be created. +# variables below. A static library perl514s.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 = ..\perl513.lib -PERLSTATICLIB = ..\perl513s.lib -PERLDLL = ..\perl513.dll +PERLIMPLIB = ..\perl514.lib +PERLSTATICLIB = ..\perl514s.lib +PERLDLL = ..\perl514.dll MINIPERL = ..\miniperl.exe MINIDIR = .\mini diff --git a/win32/Makefile.ce b/win32/Makefile.ce index ffc781cb02..22030ab089 100644 --- a/win32/Makefile.ce +++ b/win32/Makefile.ce @@ -6,7 +6,7 @@ SRCDIR = .. PV = 59 -INST_VER = 5.13.11 +INST_VER = 5.14.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 f7070217d7..a6e15936dc 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 -# (perl513.dll). Also makes individual DLLs for the XS extensions. +# (perl514.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.13.11 +#INST_VER *= \5.14.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 perl513s.lib will also be created. +# variables below. A static library perl514s.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 = ..\libperl513$(a) -PERLSTATICLIB = ..\libperl513s$(a) +PERLIMPLIB = ..\libperl514$(a) +PERLSTATICLIB = ..\libperl514s$(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 *= ..\perl513$(a) -PERLSTATICLIB *= ..\perl513s$(a) -PERLDLL = ..\perl513.dll +PERLIMPLIB *= ..\perl514$(a) +PERLSTATICLIB *= ..\perl514s$(a) +PERLDLL = ..\perl514.dll XCOPY = xcopy /f /r /i /d /y RCOPY = xcopy /f /r /i /e /d /y |