ExtUtils::CBuilder::Platform::Windows - Builder class for Windows platforms
This module implements the Windows-specific parts of ExtUtils::CBuilder. 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 fromExtUtils::CBuilder::Base
, so any functionality not implemented here will be implemented there. The interfaces are defined by theExtUtils::CBuilder documentation.
Ken Williams <ken@mathforum.org>
Most of the code here was written by Randy W. Sims <RandyS@ThePierianSpring.org>.
perl(1), ExtUtils::CBuilder(3), ExtUtils::MakeMaker(3)
Perldoc Browser is maintained by Dan Book (DBOOK). Please contact him via theGitHub issue tracker oremail regarding any issues with the site itself, search, or rendering of documentation.
The Perl documentation is maintained by the Perl 5 Porters in the development of Perl. Please contact them via thePerl issue tracker, themailing list, orIRC to report any issues with the contents or format of the documentation.