diff options
author | Raymond Hettinger <python@rcn.com> | 2003-11-08 10:24:38 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-11-08 10:24:38 (GMT) |
commit | b3af1813eb5cf99766f55a0dfc0d566e9bd7c3c1 (patch) | |
tree | 521b04bd610668139d07ee16fbaa3f8ae99b6166 /PCbuild | |
parent | 1021c44b413ebe264a6187322447ac296a0a18a7 (diff) | |
download | cpython-b3af1813eb5cf99766f55a0dfc0d566e9bd7c3c1.zip cpython-b3af1813eb5cf99766f55a0dfc0d566e9bd7c3c1.tar.gz cpython-b3af1813eb5cf99766f55a0dfc0d566e9bd7c3c1.tar.bz2 |
Convert heapq.py to a C implementation.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index c59c5aa..1ccc83a 100644 --- a/PCbuild/pythoncore.dsp +++ b/PCbuild/pythoncore.dsp @@ -298,6 +298,10 @@ SOURCE=..\Parser\grammar1.c # End Source File
# Begin Source File
+SOURCE=..\Modules\heapqmodule.c
+# End Source File
+# Begin Source File
+
SOURCE=..\Modules\imageop.c
# End Source File
# Begin Source File
|