The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Module::Build::Platform::Windows - Builder class for Windows platforms

DESCRIPTION

This module implements the Windows-specific parts of Module::Build. Most of the Windows-specific stuff has to do with compiling and linking C code. Currently we support the 3 compilers perl itself supports: MSVC, BCC, and GCC.

This module inherits from Module::Build::Base, so any functionality not implemented here will be implemented there. The interfaces are defined by the Module::Build documentation.

AUTHOR

Ken Williams <ken@forum.swarthmore.edu>

Most of the code here was written by Randy W. Sims <RandyS@ThePierianSpring.org>.

SEE ALSO

perl(1), Module::Build(3), ExtUtils::MakeMaker(3)