summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Holland-Moritz <mhx-perl@gmx.net>2003-09-14 14:11:22 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-09-16 19:43:40 +0000
commit4b7a6741c8fd264b75d348e5b870ccc6ece4172a (patch)
tree6757e6eaec38608e9a162604a49177d25e77d362
parent4d52b5f03674d45d88465516f7d7ddaa3078cd28 (diff)
downloadperl-4b7a6741c8fd264b75d348e5b870ccc6ece4172a.tar.gz
Make 5.6.2 fly again on MSWin32 (was: Re: perl562@20985)
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> Message-ID: <00db01c37aa8$8d0e87e0$4200a8c0@R2D2> p4raw-id: //depot/maint-5.6/perl-5.6.2@21252
-rw-r--r--win32/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 15929adaf0..2708e88a56 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -722,6 +722,7 @@ CFG_VARS = \
"INST_ARCH=$(INST_ARCH)" \
"archname=$(ARCHNAME)" \
"cc=$(CC)" \
+ "ld=$(LINK32)" \
"ccflags=-nologo $(OPTIMIZE:"=\") $(DEFINES) $(BUILDOPT)" \
"cf_email=$(EMAIL)" \
"d_crypt=$(D_CRYPT)" \