Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update example to VC 7.1. Will backport to 2.4. | Martin v. Löwis | 2004-12-29 | 1 | -117/+0 |
| | |||||
* | Update the DLL example to work with Py2.4. | Raymond Hettinger | 2004-05-15 | 1 | -2/+2 |
| | |||||
* | Update the example Windows extension to 2.2 (was hardcoded to 2.1). | Tim Peters | 2001-12-15 | 1 | -2/+2 |
| | |||||
* | Update the example DLL instructions for 2.1. Add example.def to the | Tim Peters | 2001-01-19 | 1 | -2/+6 |
| | | | | MSVC project file (as the instructions always recommended doing). | ||||
* | Checked in a wrong version. | Tim Peters | 2000-07-02 | 1 | -2/+2 |
| | |||||
* | The example_nt directory was old enough to vote. Frank Stajano | Tim Peters | 2000-07-02 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | 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!). | ||||
* | update the example without the example.def file | Guido van Rossum | 1997-12-11 | 1 | -6/+4 |
| | |||||
* | Adding VC 5.x workspace and project files | Guido van Rossum | 1997-12-11 | 1 | -0/+115 |