This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Rename "perl59" to "perl510"
[perl5.git] / win32 / Makefile
index f0dde81..cccf5ef 100644 (file)
@@ -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