Part of twisted.python.dist View Source View In Hierarchy
Method | prepare_extensions | No summary |
Method | build_extensions | Check to see which extension modules to build and then build them. |
Method | _remove_conftest | Undocumented |
Method | _compile_helper | Undocumented |
Method | _check_header | Check if the given header can be included by trying to compile a file that contains only an #include line. |
self.extensions
attribute (used by
build_ext.build_ext
) by checking which extensions in
conditionalExtensions
should be built. In addition, if we are
building on NT, define the WIN32 macro to 1.