[Distutils] freebsd .a files

Robin Becker robin@jessikat.fsnet.co.uk
Mon Jan 29 04:53:01 2001


In article <002c01c089c8$ebab7200$e000a8c0@thomasnotebook>, Thomas
Heller <thomas.heller@ion-tof.com> writes
>setup(
>      .....,
>      libraries = [
>                   ("mylib",
>                    {"sources": ["source/1.c", "source/2.c"],
>                     "include_dirs": ["source/include"],
>                     "macros": [("_WINDOWS", None)],
>                     },
>                    ),
>                   ],
>      ......)
>
>builds a static library which you can pass to your extensions
>module.
>
>Thomas
>
>
that's what I'm looking for.
-- 
Robin Becker