diff options
author | Abe Timmerman <abe@ztreet.demon.nl> | 2004-04-23 01:57:40 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2004-04-23 10:11:23 +0000 |
commit | cb9857f106f375812b55d206c492443ff99b6085 (patch) | |
tree | 8c53293bc5dcd9819acee86ed4ab4bbb55c36dc7 /README.win32 | |
parent | 1109a39207d99bf49cb02471368620d4a38731b2 (diff) | |
download | perl-cb9857f106f375812b55d206c492443ff99b6085.tar.gz |
Where to find nmake for windows
Message-Id: <200404222357.40508.abe@ztreet.demon.nl>
Changed download URL references for nmake
p4raw-id: //depot/perl@22735
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.win32 b/README.win32 index 6b570e426b..ffec4b7c23 100644 --- a/README.win32 +++ b/README.win32 @@ -472,7 +472,7 @@ ensure Config.pm knows about it. If you don't have nmake, you can either get dmake from the location mentioned earlier or get an old version of nmake reportedly available from: - ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe + http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/nmake15.exe Another option is to use the make written in Perl, available from CPAN. |