[Distutils] executable?

Thomas Heller thomas.heller@ion-tof.com
Fri Jul 5 14:04:02 2002


> Has anyone used distutils to build an executable? I have it building a
> C library and then I need to build an executable based on that library
> using the same macro and library definitions and one new .c file
> containing the main.

py2exe's setup-script builds some exe-files (but it's windows only).

Thomas