summaryrefslogtreecommitdiffstats
path: root/Demo/pysvr/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Use the build directory by default, and update the version.Guido van Rossum2001-09-051-9/+12
|
* Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessorNeil Schemenauer2001-06-021-1/+2
| | | | directives, which is the role of CPPFLAGS. Closes SF patch #414991.
* Fix Makefile so at least it uses Python 2.0, and compiles out of theGuido van Rossum2000-11-031-2/+2
| | | | box on Linux.
* Added (commented-out) defs for use with the build tree instead of theGuido van Rossum1997-08-141-3/+10
| | | | installed version.
* Some improvements, e.g. -L/depot/... is not needed.Guido van Rossum1997-07-191-8/+5
|
* New example of threaded embeddingGuido van Rossum1997-07-191-0/+49