table of contents
other versions
- stretch 5.24.1-3+deb9u5
- testing 5.28.1-6
- unstable 5.28.1-6
- experimental 5.30.0-3
ExtUtils::CBuilder::Platform::Windows(3perl) | Perl Programmers Reference Guide | ExtUtils::CBuilder::Platform::Windows(3perl) |
NAME¶
ExtUtils::CBuilder::Platform::Windows - Builder class for Windows platformsDESCRIPTION¶
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 from "ExtUtils::CBuilder::Base", so any functionality not implemented here will be implemented there. The interfaces are defined by the ExtUtils::CBuilder documentation.
AUTHOR¶
Ken Williams <ken@mathforum.org>Most of the code here was written by Randy W. Sims <RandyS@ThePierianSpring.org>.
SEE ALSO¶
perl(1), ExtUtils::CBuilder(3), ExtUtils::MakeMaker(3)2018-11-29 | perl v5.24.1 |