diff options
| author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-03-28 21:55:29 (GMT) |
|---|---|---|
| committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-03-28 21:55:29 (GMT) |
| commit | 94eba715add289a023b26132289ec00e5b7669c9 (patch) | |
| tree | 08937f9c7e9b7291d5f59bf17ef979ac9336046f /PC/VS7.1/pythoncore.vcproj | |
| parent | 41cf50d613f90fa5a2c243b6ecd8d50f302f3f50 (diff) | |
| download | cpython-94eba715add289a023b26132289ec00e5b7669c9.zip cpython-94eba715add289a023b26132289ec00e5b7669c9.tar.gz cpython-94eba715add289a023b26132289ec00e5b7669c9.tar.bz2 | |
Repair compilation for Visual Studio 2005.
I applied the same changes manually to VS7.1 and VC6 files; completely untested.
(Christian, don't try too hard merging this change into py3k.
It will be easier to do the same work again on the branch)
Diffstat (limited to 'PC/VS7.1/pythoncore.vcproj')
| -rw-r--r-- | PC/VS7.1/pythoncore.vcproj | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj index a637ce2..5e84783 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -368,6 +368,9 @@ RelativePath="..\..\Modules\_csv.c"> </File> <File + RelativePath="..\..\Modules\_fileio.c"> + </File> + <File RelativePath="..\..\Modules\_functoolsmodule.c"> </File> <File @@ -437,6 +440,12 @@ RelativePath="..\..\Objects\bufferobject.c"> </File> <File + RelativePath="..\..\Objects\bytesobject.c"> + </File> + <File + RelativePath="..\..\Objects\bytes_methods.c"> + </File> + <File RelativePath="..\..\Objects\cellobject.c"> </File> <File @@ -533,6 +542,9 @@ RelativePath="..\..\Python\future.c"> </File> <File + RelativePath="..\..\Modules\future_builtins.c"> + </File> + <File RelativePath="..\..\Modules\gcmodule.c"> </File> <File @@ -707,8 +719,7 @@ RelativePath="..\..\Python\pystate.c"> </File> <File - RelativePath="..\..\Python\pystrcmp.c" - > + RelativePath="..\..\Python\pystrcmp.c"> </File> <File RelativePath="..\..\Python\pystrtod.c"> |
