]> granicus.if.org Git - python/commit
New command to build C (and C++, hopefully) libraries needed by extensions
authorGreg Ward <gward@python.net>
Sat, 5 Feb 2000 02:23:59 +0000 (02:23 +0000)
committerGreg Ward <gward@python.net>
Sat, 5 Feb 2000 02:23:59 +0000 (02:23 +0000)
commitaaf27ee07bad8604f79fb514e81e9484f4326d4e
tree02a326782ffa2b1ac327346df7b55254fff3d09e
parentc1854673e2b6920653c7c7cc8c7e1f877201f1cd
New command to build C (and C++, hopefully) libraries needed by extensions
in the current distribution: motivated by PIL's libImaging.
Lib/distutils/command/build_clib.py [new file with mode: 0644]
Lib/distutils/command/build_lib.py [new file with mode: 0644]