From b8957cf14d64aac7919c660fa810962ddf2b2dee Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Sun, 26 Jul 1998 21:12:11 +0000 Subject: s/TMP_CRLF_PATCH/PERL_STRICT_CR/ with sense reversed, so they can disable it from config.sh if they want; up patchlevel to 5_01; little tweaks to pods p4raw-id: //depot/maint-5.005/perl@1668 --- win32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/Makefile') diff --git a/win32/Makefile b/win32/Makefile index e33cb9183a..2c1e672763 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -25,7 +25,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.005 +INST_VER = \5.00501 # # uncomment to enable threads-capabilities -- cgit v1.2.1 From bd869e3a5834bd5d26dd079fef07f5c567f6ca97 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Sun, 2 Aug 1998 05:54:00 +0000 Subject: up patchlevel to 5.005_02 p4raw-id: //depot/maint-5.005/perl@1700 --- win32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/Makefile') diff --git a/win32/Makefile b/win32/Makefile index 2c1e672763..4027f3e697 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -25,7 +25,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.00501 +INST_VER = \5.00502 # # uncomment to enable threads-capabilities -- cgit v1.2.1 From 01e4aa14c2f1b1acb8c9f4937a640ca107fbc0a6 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Sun, 2 Aug 1998 21:27:19 +0000 Subject: update location of perlcrt.dll for win32 builds p4raw-id: //depot/maint-5.005/perl@1714 --- win32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/Makefile') diff --git a/win32/Makefile b/win32/Makefile index 4027f3e697..82e8f62b3a 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -51,7 +51,7 @@ INST_VER = \5.00502 # # uncomment to enable use of PerlCRT.DLL when using the Visual C compiler. # Highly recommended. It has patches that fix known bugs in MSVCRT.DLL. -# You will need to download it from: http://www.activestate.com/ +# Get it from CPAN at http://www.perl.com/authors/id/D/DO/DOUGL/ # and follow the directions in the package to install. # #USE_PERLCRT = define -- cgit v1.2.1 From 2d77217b57f0b274e843a804355ed3f48edfb327 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Tue, 4 Aug 1998 23:03:23 +0000 Subject: correct prototype for des_fcrypt(), explain how to add it in more detail, and supply a patch for libdes-3.06 p4raw-id: //depot/maint-5.005/perl@1729 --- win32/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win32/Makefile') diff --git a/win32/Makefile b/win32/Makefile index 82e8f62b3a..f23828ccf6 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -70,14 +70,14 @@ INST_VER = \5.00502 # file exists (see README.win32). File should be located in the same # directory as this file. # -#CRYPT_SRC = des_fcrypt.c +#CRYPT_SRC = fcrypt.c # # if you didn't set CRYPT_SRC and if you have des_fcrypt() available in a # library, uncomment this, and make sure the library exists (see README.win32) # Specify the full pathname of the library. # -#CRYPT_LIB = des_fcrypt.lib +#CRYPT_LIB = fcrypt.lib # # set this if you wish to use perl's malloc -- cgit v1.2.1 From b89743e800129adf9c935ed591ee8652c473d0cc Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Wed, 5 Aug 1998 21:46:13 +0000 Subject: correct URL for perlcrt.dll p4raw-id: //depot/maint-5.005/perl@1741 --- win32/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'win32/Makefile') diff --git a/win32/Makefile b/win32/Makefile index f23828ccf6..b98d1f9607 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -51,7 +51,8 @@ INST_VER = \5.00502 # # uncomment to enable use of PerlCRT.DLL when using the Visual C compiler. # Highly recommended. It has patches that fix known bugs in MSVCRT.DLL. -# Get it from CPAN at http://www.perl.com/authors/id/D/DO/DOUGL/ +# This currently requires VC 5.0 with Service Pack 3. +# Get it from CPAN at http://www.perl.com/CPAN/authors/id/D/DO/DOUGL/ # and follow the directions in the package to install. # #USE_PERLCRT = define -- cgit v1.2.1