Making python module using Borland C++ 5

Anders J. Munch andersjm at dancontrol.dk
Tue Apr 8 10:47:49 EDT 2003


"Rami Saarinen" <rs55862 at NOSPAMyahoo.com> wrote:
> > Just write a setup.py and run it with --compiler=bcpp.
> 
> Ah, the bcpp option is good to know. 

Also, bcppcompiler.py from distutils is a good source for BCB compiler
options that are compatible with the standard build, for alignment and
such. If your two libs are compiled with different options for
alignment or enum size or such, you'll need to handle that.

- Anders







More information about the Python-list mailing list