diff options
author | Steve Peters <steve@fisharerojo.org> | 2007-12-23 02:15:30 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2007-12-23 02:15:30 +0000 |
commit | 03dab2f3dd59cc3e621bcccc2e9eea85633841ba (patch) | |
tree | 0003836f2a5186819fc77d8891693831499798cf /win32/Makefile | |
parent | fefcc65de66ffdd7c1de9fdccae5fa049a07aa27 (diff) | |
download | perl-03dab2f3dd59cc3e621bcccc2e9eea85633841ba.tar.gz |
Welcome to Perl 5.11, win32!
p4raw-id: //depot/perl@32714
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/win32/Makefile b/win32/Makefile index 1ade383d4f..d072289234 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 -# (perl510.dll). Also makes individual DLLs for the XS extensions. +# (perl511.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 perl510s.lib will also be created. +# variables below. A static library perl511s.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 = ..\perl510.lib -PERLSTATICLIB = ..\perl510s.lib -PERLDLL = ..\perl510.dll +PERLIMPLIB = ..\perl511.lib +PERLSTATICLIB = ..\perl511s.lib +PERLDLL = ..\perl511.dll MINIPERL = ..\miniperl.exe MINIDIR = .\mini |