[Python-checkins] python/dist/src/PC/VC6 pythoncore.dsp,1.18,1.19

rhettinger@users.sourceforge.net rhettinger at users.sourceforge.net
Sun Oct 23 06:47:17 CEST 2005


Update of /cvsroot/python/python/dist/src/PC/VC6
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1402

Modified Files:
	pythoncore.dsp 
Log Message:
Add AST files to VC6 build.

Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/VC6/pythoncore.dsp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- pythoncore.dsp	24 Aug 2005 00:28:21 -0000	1.18
+++ pythoncore.dsp	23 Oct 2005 04:47:13 -0000	1.19
@@ -173,6 +173,14 @@
 # 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 @@
 # 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 @@
 # 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



More information about the Python-checkins mailing list