summaryrefslogtreecommitdiff
path: root/PC/example_nt/example.mak
Commit message (Collapse)AuthorAgeFilesLines
* The example_nt directory was old enough to vote. Frank StajanoTim Peters2000-07-021-284/+0
| | | | | | | | | | | | | | | | pointed out some of the problems he had following the instructions, and I stumbled into the others: MSVC has changed in several respects, Python has changed the directories into which it builds its own Windows outputs, and we grew the unusual scheme of appending "_d" to the names of debug-mode output files. This should all work with VC6 + CVS Python now. Some other Windows geek please confirm! And the less you know, the better <0.5 wink>. Explanations and examples for versions of MSVC before 6, and versions of Python before 2.0b1, have been removed, because they're too different and so confuse life. This last step I OK'ed with Guido first (indeed, 'twas his idea!).
* Small changes to readme and makefile; tested for 1.5a3!Guido van Rossum1997-08-131-4/+3
|
* New makefile, for 1.5, with CRLFGuido van Rossum1997-05-141-285/+285
|
* A directory with a working example of how to build an extension.Guido van Rossum1996-09-061-0/+285