diff options
author | Raymond Hettinger <python@rcn.com> | 2005-10-23 04:47:13 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2005-10-23 04:47:13 (GMT) |
commit | d56827c38f5a4e438e01665b04f607963c791af8 (patch) | |
tree | fe65e1dc82562a20ec2a5cd23f83bcd745b2beae /PC/VC6 | |
parent | d403c453869f04ab68154dd448f2473e5fed9dca (diff) | |
download | cpython-d56827c38f5a4e438e01665b04f607963c791af8.zip cpython-d56827c38f5a4e438e01665b04f607963c791af8.tar.gz cpython-d56827c38f5a4e438e01665b04f607963c791af8.tar.bz2 |
Add AST files to VC6 build.
Diffstat (limited to 'PC/VC6')
-rw-r--r-- | PC/VC6/pythoncore.dsp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index f71b7c2..04a1224 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -173,6 +173,14 @@ SOURCE=..\..\Modules\arraymodule.c # End Source File
# Begin Source File
+SOURCE=..\..\Python\asdl.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\Python\ast.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Modules\audioop.c
# End Source File
# Begin Source File
@@ -221,6 +229,10 @@ SOURCE=..\..\Python\codecs.c # End Source File
# Begin Source File
+SOURCE=..\..\Objects\codeobject.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Modules\collectionsmodule.c
# End Source File
# Begin Source File
@@ -511,6 +523,10 @@ SOURCE=..\python_nt.rc # End Source File
# Begin Source File
+SOURCE=..\..\Python\Python-ast.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Python\pythonrun.c
# End Source File
# Begin Source File
|