diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2010-03-14 19:15:59 +0000 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-03-14 21:15:34 +0000 |
commit | 9c3c380d813ff0a7072f01b5e0109b7e21b8d0fd (patch) | |
tree | a64e257eeec293ce28c9e09df0a6375ea526c5d1 /win32/makefile.mk | |
parent | 61f382b094d5a22717284394e838695ee69de186 (diff) | |
download | perl-9c3c380d813ff0a7072f01b5e0109b7e21b8d0fd.tar.gz |
Bump to 5.12.0
Diffstat (limited to 'win32/makefile.mk')
-rw-r--r-- | win32/makefile.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index af7b6a6a50..5af0094250 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 -# (perl511.dll). Also makes individual DLLs for the XS extensions. +# (perl512.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.11.5 +#INST_VER *= \5.12.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 perl511s.lib will also be created. +# variables below. A static library perl512s.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 *= ..\perl511$(a) -PERLSTATICLIB *= ..\perl511s$(a) -PERLDLL = ..\perl511.dll +PERLIMPLIB *= ..\perl512$(a) +PERLSTATICLIB *= ..\perl512s$(a) +PERLDLL = ..\perl512.dll XCOPY = xcopy /f /r /i /d /y RCOPY = xcopy /f /r /i /e /d /y |