This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix CCINCDIR and CCLIBDIR for mingw64 cross compiler
authorSisyphus <sisyphus1@optusnet.com.au>
Fri, 21 May 2010 00:56:07 +0000 (17:56 -0700)
committerJan Dubois <jand@activestate.com>
Fri, 21 May 2010 00:56:07 +0000 (17:56 -0700)
commit23ae7f173577cbe2d62a4f7d64340f6457c75ee3
tree3742c701b12e4a0418f7e0cfabb3312fb3c73a52
parent36f77d7116441b32ff6c10307a116e105b7eabb4
Fix CCINCDIR and CCLIBDIR for mingw64 cross compiler

When building perl with the mingw64 x64 cross-compiler 'incpath', 'libpth',
'ldflags', 'lddlflags' and 'ldflags_nolargefiles' values in Config.pm and
Config_heavy.pl are not being set correctly because, with that compiler, the
include and lib directories are not immediately below $(CCHOME).
win32/makefile.mk