This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix win32/config.*'s cc, ld and other related values
authorYitzchak Scott-Thoennes <sthoenna@efn.org>
Wed, 5 Jan 2005 10:01:41 +0000 (02:01 -0800)
committerSteve Hay <SteveHay@planit.com>
Fri, 7 Jan 2005 08:35:29 +0000 (08:35 +0000)
commit66a514d8d1d4a3b3b04859f859b41a1405cdc3c7
tree8c4067a35590090734944b7c9467f566baffa2ea
parent512d1826fd68dfaa1c1d14e56029c984b9ee7eca
Fix win32/config.*'s cc, ld and other related values

cc and ld themselves always get replaced with correct values anyway
       so we just provide example values as per other similar settings

       Other related values (ccname, cpp, cpprun, cppstdin) need to use the
       correct ~keyword~, namely ~cc~, not ~CC~, otherwise they do not get set

Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
Date: Wed, 5 Jan 2005 10:01:41 -0800
Message-ID: <20050105180141.GA676@efn.org>

Subject: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32
From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
Date: Thu, 6 Jan 2005 11:53:11 -0800
Message-ID: <20050106195311.GC1300@efn.org>

p4raw-id: //depot/perl@23764
win32/config.bc
win32/config.gc
win32/config.vc
win32/config.vc64