This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a note to Win32's BUILD_STATIC configuration to include Win32CORE
authorSteve Hay <steve.m.hay@googlemail.com>
Thu, 6 Jun 2013 22:48:56 +0000 (23:48 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Thu, 6 Jun 2013 22:48:56 +0000 (23:48 +0100)
commit7a278470580a96e01c6545304d787761ea9d8c80
treecf6301e8947020cee1117b67416ed7a586745945
parenta6c3746408c2badd5e2cc1a5be0adae06317533c
Add a note to Win32's BUILD_STATIC configuration to include Win32CORE

Win32CORE needs to be included for the on-demand loading of Win32 to work.
(Many of Win32's Perl level functions are pre-defined (even without a "use
Win32" statement), while the implementation is in a dynamically linked
module.)
win32/Makefile
win32/makefile.mk