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.
This commit is contained in:
Neal Norwitz 2007-08-26 23:53:58 +00:00
parent d082b6eaac
commit fac6e9dfe2
1 changed files with 6 additions and 0 deletions

View File

@ -496,6 +496,9 @@
<File
RelativePath="..\Python\dynload_win.c">
</File>
<File
RelativePath="..\Objects\memoryobject.c">
</File>
<File
RelativePath="..\Objects\enumobject.c">
</File>
@ -694,6 +697,9 @@
<File
RelativePath="..\Python\pystrtod.c">
</File>
<File
RelativePath="..\Python\formatter_unicode.c">
</File>
<File
RelativePath="..\Python\Python-ast.c">
</File>