# phpman > man > ExtUtils::CBuilder::Platform::Windows(3pm)

## NAME
    [ExtUtils::CBuilder::Platform::Windows](https://www.chedong.com/phpMan.php/perldoc/ExtUtils%3A%3ACBuilder%3A%3APlatform%3A%3AWindows/markdown) - Builder class for Windows platforms

## DESCRIPTION
    This module implements the Windows-specific parts of [ExtUtils::CBuilder](https://www.chedong.com/phpMan.php/perldoc/ExtUtils%3A%3ACBuilder/markdown). 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](https://www.chedong.com/phpMan.php/perldoc/ExtUtils%3A%3ACBuilder%3A%3ABase/markdown)", so any functionality not implemented here
    will be implemented there. The interfaces are defined by the [ExtUtils::CBuilder](https://www.chedong.com/phpMan.php/perldoc/ExtUtils%3A%3ACBuilder/markdown) documentation.

## AUTHOR
    Ken Williams <<ken@mathforum.org>>

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

## SEE ALSO
### perl

