This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Simplify recipes for making perl-static.exe on Win32
authorSteve Hay <steve.m.hay@googlemail.com>
Thu, 6 Jun 2013 22:35:55 +0000 (23:35 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Thu, 6 Jun 2013 22:35:55 +0000 (23:35 +0100)
commitaafd2430436dddf90c1453e446b7e8b7a773ffad
tree15dd048b5e16772b6918e5023363bd8d43955c86
parentcc0b589ad6053fdbc488399fc8b8fe992abd9e3b
Simplify recipes for making perl-static.exe on Win32

There is no need to link the static extension libraries as well as the
static perl library because the entire contents of all the static extension
libraries have been put into the static perl library anyway.

Also put the list of objects and libraries which perl.exe and
perl-static.exe link against in the same order as each other, and in both
makefiles, and (in makefile.mk) for both compilers, so that the
similarities and differences are more readily seen.
win32/Makefile
win32/makefile.mk