summaryrefslogtreecommitdiffstats
path: root/Modules/makesetup
Commit message (Collapse)AuthorAgeFilesLines
* Another bulky set of minor changes.Guido van Rossum1995-01-021-4/+4
| | | | | Note addition of gethostbyaddr() and improved repr() for sockets, renaming of md5.md5() to md5.new(), and fixing of leaks in threads.
* makesetup should use $cc not ccGuido van Rossum1994-10-201-1/+1
|
* Escaped $(LDSHARED) in a string.Sjoerd Mullender1994-10-131-2/+2
|
* If an argument on a Setup line starts with `$', treat it as a library,Sjoerd Mullender1994-09-121-0/+1
| | | | but only if it does not end in a known suffix.
* Support shared library creation.Guido van Rossum1994-09-121-49/+84
|
* * Modules/makesetup: bugfix: add objects from sources to OBJSGuido van Rossum1994-08-301-0/+3
|
* * Modules/makesetup: support C++ files now; these should be givenGuido van Rossum1994-08-231-1/+36
| | | | | 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)
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-16/+111
|
* Added some files to new moduleGuido van Rossum1994-01-021-0/+71