From 045453ec55d824e77191d868f07b6aa6ada39395 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Mon, 27 Sep 1999 01:31:32 +0000 Subject: avoid .exe in $Config{cc} (spotted by Vadim Konovalov ) p4raw-id: //depot/perl@4236 --- win32/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win32/Makefile') diff --git a/win32/Makefile b/win32/Makefile index 9dd104edd7..4e09675fdd 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -244,8 +244,8 @@ INST_HTML = $(INST_POD)\html # Programs to compile, build .lib files and link # -CC = cl.exe -LINK32 = link.exe +CC = cl +LINK32 = link LIB32 = $(LINK32) -lib # -- cgit v1.2.1