May 12, 2000
9:37 a.m.
From: "Lyle Johnson" <jlj@cfdrc.com> To: <distutils-sig@python.org> Sent: Friday, May 12, 2000 6:19 PM Subject: [Distutils] Suggested additions to function argument list
The way to specify either the .DEF file name or the exported symbol
is linker-specific. For Microsoft's linker they are passed along as straightforward arguments, either:
/DEF:module1.def
or
/EXPORTS:initmodule1
but for Borland's linker this information comes in very differently -- not as simple arguments which you can just append to the linker's argument
name(s) list. How ? Thomas