summaryrefslogtreecommitdiffstats
path: root/PC/example_nt
Commit message (Collapse)AuthorAgeFilesLines
* Port to Python 2.5. Drop .DEF file. Change output file names to .pyd.Martin v. Löwis2006-04-223-12/+7
|
* Remove svn:mime-type (inexplicably set to a binary type),Tim Peters2006-03-011-161/+161
| | | | and set svn:eol-style to native, on some text files.
* Remove .cvsignore files, as they live in svn:ignoreMartin v. Löwis2005-10-301-5/+0
| | | | properties now.
* Update example to VC 7.1. Will backport to 2.4.Martin v. Löwis2004-12-295-190/+253
|
* Update the DLL example to work with Py2.4.Raymond Hettinger2004-05-151-2/+2
|
* Update the example Windows extension to 2.2 (was hardcoded to 2.1).Tim Peters2001-12-152-11/+11
|
* Repair "selective cut-&-paste" screwup.Tim Peters2001-01-191-3/+2
|
* Update the example DLL instructions for 2.1. Add example.def to theTim Peters2001-01-192-11/+16
| | | | MSVC project file (as the instructions always recommended doing).
* Windows: 2.1a1 changes so Python runs again. Note that the python20Tim Peters2001-01-171-2/+2
| | | | subproject is gone, replaced by the new pythoncore subproject.
* Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,Thomas Wouters2000-07-221-3/+2
| | | | | char**) and return an int even on PC platforms. If not, please fix PC/utils/makesrc.c ;-P
* Checked in a wrong version.Tim Peters2000-07-021-2/+2
|
* The example_nt directory was old enough to vote. Frank StajanoTim Peters2000-07-024-419/+152
| | | | | | | | | | | | | | | | 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 fileGuido van Rossum1997-12-111-6/+4
|
* New instructions, take VC++ 5.x into account.Guido van Rossum1997-12-111-21/+51
|
* Adding VC 5.x workspace and project filesGuido van Rossum1997-12-112-0/+144
|
* ignore various VC++ turdsGuido van Rossum1997-11-221-0/+5
|
* Small changes to readme and makefile; tested for 1.5a3!Guido van Rossum1997-08-132-6/+7
|
* Added CRLF for Notepad.Guido van Rossum1997-05-161-116/+116
|
* Instructions updated for 1.5. Added the important note to set theGuido van Rossum1997-05-141-21/+24
| | | | run-library to multithreaded dll.
* New makefile, for 1.5, with CRLFGuido van Rossum1997-05-141-285/+285
|
* Add warning that it's out of date.Guido van Rossum1997-05-081-0/+4
|
* A directory with a working example of how to build an extension.Guido van Rossum1996-09-064-0/+417