Author: neal.norwitz
Date: Mon Aug 27 01:53:58 2007
New Revision: 57534

Modified:
   python/branches/py3k/PCbuild/pythoncore.vcproj
Log:
Add a couple of files that are necessary based on getting PCbuil8 to work.
Hopefully this works with VC7.  If not, it should be pretty close.


Modified: python/branches/py3k/PCbuild/pythoncore.vcproj
==============================================================================
--- python/branches/py3k/PCbuild/pythoncore.vcproj      (original)
+++ python/branches/py3k/PCbuild/pythoncore.vcproj      Mon Aug 27 01:53:58 2007
@@ -497,6 +497,9 @@
                        RelativePath="..\Python\dynload_win.c">
                </File>
                <File
+                       RelativePath="..\Objects\memoryobject.c">
+               </File>
+               <File
                        RelativePath="..\Objects\enumobject.c">
                </File>
                <File
@@ -695,6 +698,9 @@
                        RelativePath="..\Python\pystrtod.c">
                </File>
                <File
+                       RelativePath="..\Python\formatter_unicode.c">
+               </File>
+               <File
                        RelativePath="..\Python\Python-ast.c">
                </File>
                <File
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to