summaryrefslogtreecommitdiffstats
path: root/PCbuild/ucnhash.dsp
Commit message (Collapse)AuthorAgeFilesLines
* A bunch of project files were checked in as text files.Guido van Rossum2000-07-011-99/+99
| | | | They should all be binary (cvs admin -kv has now been applied).
* The Python include paths were not specified.Mark Hammond2000-07-011-2/+2
|
* ucnhash now correctly builds for Windows.Mark Hammond2000-07-011-20/+16
|
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+103
MSVC project file for the new module ucnhash. This may have to be added to pcbuild.dsw with an dependancy on python16. By Bill Tutt.