diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2010-04-12 23:15:56 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-04-12 23:15:56 -0400 |
commit | cb47d8a5d4a3850a5c2237056982489145a27981 (patch) | |
tree | 38a86ba347e361e122324468e8c32a87c63dbacb /win32 | |
parent | 20d572319ce8b690b7b68fec6b58f8ac07b1d362 (diff) | |
download | perl-cb47d8a5d4a3850a5c2237056982489145a27981.tar.gz |
Bump to 5.13.0
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 12 | ||||
-rw-r--r-- | win32/Makefile.ce | 2 | ||||
-rw-r--r-- | win32/makefile.mk | 12 |
3 files changed, 13 insertions, 13 deletions
diff --git a/win32/Makefile b/win32/Makefile index 37a1867583..e26dbb6b83 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -5,7 +5,7 @@ # MS Platform SDK 64-bit compiler and tools # # This is set up to build a perl.exe that runs off a shared library -# (perl512.dll). Also makes individual DLLs for the XS extensions. +# (perl513.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.12.0 +#INST_VER = \5.13.0 # # Comment this out if you DON'T want your perl installation to have @@ -175,7 +175,7 @@ CRYPT_SRC = fcrypt.c # 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 perl512s.lib will also be created. +# variables below. A static library perl513s.lib will also be created. # Ordinary perl.exe is not affected by this option. # #BUILD_STATIC = define @@ -558,9 +558,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 = ..\perl512.lib -PERLSTATICLIB = ..\perl512s.lib -PERLDLL = ..\perl512.dll +PERLIMPLIB = ..\perl513.lib +PERLSTATICLIB = ..\perl513s.lib +PERLDLL = ..\perl513.dll MINIPERL = ..\miniperl.exe MINIDIR = .\mini diff --git a/win32/Makefile.ce b/win32/Makefile.ce index 469ba3baef..7f7c95e447 100644 --- a/win32/Makefile.ce +++ b/win32/Makefile.ce @@ -6,7 +6,7 @@ SRCDIR = .. PV = 59 -INST_VER = 5.12.0 +INST_VER = 5.13.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 fa87a010ec..6d4edfe2b5 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -7,7 +7,7 @@ # MS Platform SDK 64-bit compiler and tools **experimental** # # This is set up to build a perl.exe that runs off a shared library -# (perl512.dll). Also makes individual DLLs for the XS extensions. +# (perl513.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.12.0 +#INST_VER *= \5.13.0 # # Comment this out if you DON'T want your perl installation to have @@ -193,7 +193,7 @@ CRYPT_SRC *= fcrypt.c # 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 perl512s.lib will also be created. +# variables below. A static library perl513s.lib will also be created. # Ordinary perl.exe is not affected by this option. # #BUILD_STATIC *= define @@ -855,9 +855,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 *= ..\perl512$(a) -PERLSTATICLIB *= ..\perl512s$(a) -PERLDLL = ..\perl512.dll +PERLIMPLIB *= ..\perl513$(a) +PERLSTATICLIB *= ..\perl513s$(a) +PERLDLL = ..\perl513.dll XCOPY = xcopy /f /r /i /d /y RCOPY = xcopy /f /r /i /e /d /y |