diff options
author | Thomas Heller <theller@ctypes.org> | 2004-04-22 18:30:17 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2004-04-22 18:30:17 (GMT) |
commit | 602472215ba901d357f959cfa78f010809491638 (patch) | |
tree | f7974fc33e7d8deaa06977b995a9ea8dab721120 | |
parent | cc10a85fdc557de57dc19d70205ac4dce6d6bfde (diff) | |
download | cpython-602472215ba901d357f959cfa78f010809491638.zip cpython-602472215ba901d357f959cfa78f010809491638.tar.gz cpython-602472215ba901d357f959cfa78f010809491638.tar.bz2 |
Remove the Modules/heaqmodule.c, and add Modules/_heapmodule.c, so
that the project compiles again with VC6.
-rw-r--r-- | PC/VC6/pythoncore.dsp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 5e0ba21..20cff7d 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -145,6 +145,10 @@ SOURCE=..\..\Modules\cjkcodecs\_gbk.c # End Source File
# Begin Source File
+SOURCE=..\..\Modules\_heapmodule.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Modules\_hotshot.c
# End Source File
# Begin Source File
@@ -402,10 +406,6 @@ 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
|