diff options
author | Jan Dubois <jand@activestate.com> | 2007-11-19 07:53:11 -0800 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-11-20 08:16:21 +0000 |
commit | c2eef262516d11d91c32a958a009379636e7f3d5 (patch) | |
tree | a67054c04a00731831eb688c3b77243f6c37157a /win32 | |
parent | bb32c4e1d455c0d04e8f1f39328ad705baef7aef (diff) | |
download | perl-c2eef262516d11d91c32a958a009379636e7f3d5.tar.gz |
Rename "perl59" to "perl510"
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <03cd01c82b07$581a1950$084e4bf0$@com>
p4raw-id: //depot/perl@32411
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 10 | ||||
-rw-r--r-- | win32/makefile.mk | 14 |
2 files changed, 12 insertions, 12 deletions
diff --git a/win32/Makefile b/win32/Makefile index f0dde81ec3..cccf5ef5f7 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 -# (perl59.dll). Also makes individual DLLs for the XS extensions. +# (perl510.dll). Also makes individual DLLs for the XS extensions. # ## @@ -170,7 +170,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 perl59s.lib will also be created. +# variables below. A static library perl510s.lib will also be created. # Ordinary perl.exe is not affected by this option. # #BUILD_STATIC = define @@ -546,9 +546,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 = ..\perl59.lib -PERLSTATICLIB = ..\perl59s.lib -PERLDLL = ..\perl59.dll +PERLIMPLIB = ..\perl510.lib +PERLSTATICLIB = ..\perl510s.lib +PERLDLL = ..\perl510.dll MINIPERL = ..\miniperl.exe MINIDIR = .\mini diff --git a/win32/makefile.mk b/win32/makefile.mk index 5b93ad8536..25a18acec0 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 -# (perl59.dll). Also makes individual DLLs for the XS extensions. +# (perl510.dll). Also makes individual DLLs for the XS extensions. # ## @@ -188,7 +188,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 perl59s.lib will also be created. +# variables below. A static library perl510s.lib will also be created. # Ordinary perl.exe is not affected by this option. # #BUILD_STATIC *= define @@ -784,8 +784,8 @@ CFGH_TMPL = config_H.bc CFGSH_TMPL = config.gc CFGH_TMPL = config_H.gc -PERLIMPLIB = ..\libperl59$(a) -PERLSTATICLIB = ..\libperl59s$(a) +PERLIMPLIB = ..\libperl510$(a) +PERLSTATICLIB = ..\libperl510s$(a) .ELSE @@ -801,9 +801,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 *= ..\perl59$(a) -PERLSTATICLIB *= ..\perl59s$(a) -PERLDLL = ..\perl59.dll +PERLIMPLIB *= ..\perl510$(a) +PERLSTATICLIB *= ..\perl510s$(a) +PERLDLL = ..\perl510.dll XCOPY = xcopy /f /r /i /d /y RCOPY = xcopy /f /r /i /e /d /y |