diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-08-26 23:53:58 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-08-26 23:53:58 (GMT) |
commit | fac6e9dfe2aadf77c300a3b82707d633d08ee510 (patch) | |
tree | a765897e185eed7816495f4d3d02101d8fd4eeaf /PCbuild/pythoncore.vcproj | |
parent | d082b6eaace23486a2e5a027d6ac1b3cd253e8ee (diff) | |
download | cpython-fac6e9dfe2aadf77c300a3b82707d633d08ee510.zip cpython-fac6e9dfe2aadf77c300a3b82707d633d08ee510.tar.gz cpython-fac6e9dfe2aadf77c300a3b82707d633d08ee510.tar.bz2 |
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.
Diffstat (limited to 'PCbuild/pythoncore.vcproj')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 1f945b8..07e2050 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -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 |