Skip to content
  • Vasily Galkin's avatar
    setup_win32: add mingw support · a7695aa3
    Vasily Galkin authored
    Code related to listing non-python dependencies
    exctracted to get_non_python_dependencies function.
    
    Explicit enumeration of all dlls is omitted since cx_freeze is able to
    add dlls imported by other dlls.
    
    sysconfig.get_platform() is patched by mingw so used for
    distinguishing mingw python from official builds.
    a7695aa3