From 852c2e52c116ddde31d81b646561262ed796257a Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Sun, 14 Jun 1998 18:51:53 +0000 Subject: various win32 fixes - fixes that silence VC noises about dup exports, non-default libs, and unsupported *.def file directives - s/inplace/inplace_label/ malloc.c - update Config{usemymalloc} based on d_mymalloc - export Perl_*Vars - fix makefiles to not build miniperl.exe twice, and to make it properly when defaults are changed p4raw-id: //depot/perl@1129 --- win32/config_sh.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'win32/config_sh.PL') diff --git a/win32/config_sh.PL b/win32/config_sh.PL index 0c3713cb2e..45c1ba4e27 100644 --- a/win32/config_sh.PL +++ b/win32/config_sh.PL @@ -13,6 +13,7 @@ if ($] =~ /\.(\d\d\d)?(\d\d)?$/) { # should always be true $opt{'cf_by'} = $ENV{USERNAME} unless $opt{'cf_by'}; $opt{'cf_email'} = $opt{'cf_by'} . '@' . (gethostbyname('localhost'))[0] unless $opt{'cf_email'}; +$opt{'usemymalloc'} = 'y' if $opt{'d_mymalloc'} eq 'define'; while (<>) { -- cgit v1.2.1