This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make DMAKE import everything from the environment like NMAKE does
authorSteve Hay <steve.m.hay@googlemail.com>
Thu, 15 Aug 2013 13:02:10 +0000 (14:02 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Thu, 15 Aug 2013 13:02:10 +0000 (14:02 +0100)
commit3ed51be395a15ed4a8f7ff7a3c7b84a4022df57f
treea2ffaa9a231b08b53942f5ed227c3559a1f9d9e2
parent5c804a7842de58c17ffe78b3acc24208c09dadbc
Make DMAKE import everything from the environment like NMAKE does

We already imported WIN64, CCHOME and a couple of others. It is useful to
have CCTYPE and GCCCROSS as well, and in fact we may as well simply import
everything since that is what NMAKE does anyway.
win32/makefile.mk