distutils: build scripts as native executables?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Giovanni Bajo

    #1

    distutils: build scripts as native executables?

    Hello,

    am I wrong or isn't there a way in distutils to build (compile/link) a
    native executable and install it among the "scripts"? It looks like that
    distutils.CComp iler features a link_executable () method, and build_ext.py
    has most of the logic needed to track dependencies, include paths and
    whatnot, but nothing is exposed at a higher level.

    I was going to subclass build_ext and find a way to piggy-back
    link_executable () into it instead of link_shared_obj ect(), but I thought I
    asked before doing useless / duplicate work.
    --
    Giovanni Bajo


Working...