diff options
author | Raymond Hettinger <python@rcn.com> | 2005-08-24 00:28:21 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2005-08-24 00:28:21 (GMT) |
commit | 94ac197531fdc7f358e737dec55cd7158cbdd815 (patch) | |
tree | 87c3deb0ea528a506de171a85e7e06341572226d /PC/VC6 | |
parent | 9c1491f37c4884d72b18a0493c757e7c1f5e2814 (diff) | |
download | cpython-94ac197531fdc7f358e737dec55cd7158cbdd815.zip cpython-94ac197531fdc7f358e737dec55cd7158cbdd815.tar.gz cpython-94ac197531fdc7f358e737dec55cd7158cbdd815.tar.bz2 |
Update the PC configuration and project files for sha256 and sha512.
Diffstat (limited to 'PC/VC6')
-rw-r--r-- | PC/VC6/pythoncore.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 8fbb998..f71b7c2 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -539,6 +539,14 @@ SOURCE=..\..\Modules\shamodule.c # End Source File
# Begin Source File
+SOURCE=..\..\Modules\sha256module.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\Modules\sha512module.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Modules\signalmodule.c
# End Source File
# Begin Source File
|