]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Modules/makesetup: support C++ files now; these should be given
authorGuido van Rossum <guido@python.org>
Tue, 23 Aug 1994 13:49:15 +0000 (13:49 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 23 Aug 1994 13:49:15 +0000 (13:49 +0000)
commit0b498beea2fd512ace928a2768c7382ac586a533
tree36acc0cad190434155c27bdddbd5c52882eecc6e
parent794d81313b5a986ae3063899df6f7c93c99921a7
* Modules/makesetup: support C++ files now; these should be given
as file.C or file.cc or file.c++; C files can be given as file.c
(instead of file.o, which is still supported)
Modules/makesetup