diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-10-15 07:54:40 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-10-15 07:54:40 (GMT) |
commit | c9e82f62342b86583f0dd9f17e55da8a9d9a30e0 (patch) | |
tree | ad5cb6165a87e0de60557adf782ec2b6ed7aea5a /PCbuild/pythoncore.vcproj | |
parent | cbeb687c687e6edebd3afdb63be0a623294e744c (diff) | |
download | cpython-c9e82f62342b86583f0dd9f17e55da8a9d9a30e0.zip cpython-c9e82f62342b86583f0dd9f17e55da8a9d9a30e0.tar.gz cpython-c9e82f62342b86583f0dd9f17e55da8a9d9a30e0.tar.bz2 |
Patch #1576954: Update VC6 build directory; remove redundant
files in VC7. Will backport to 2.5.
Diffstat (limited to 'PCbuild/pythoncore.vcproj')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index b8d78c0..ebaa78f 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -464,9 +464,6 @@ RelativePath="..\Python\compile.c"> </File> <File - RelativePath="..\Python\peephole.c"> - </File> - <File RelativePath="..\Objects\complexobject.c"> </File> <File @@ -686,6 +683,9 @@ RelativePath="..\Parser\parsetok.c"> </File> <File + RelativePath="..\Python\peephole.c"> + </File> + <File RelativePath="..\Modules\posixmodule.c"> </File> <File @@ -728,18 +728,12 @@ RelativePath="..\Modules\sha512module.c"> </File> <File - RelativePath="..\Modules\sha512module.c"> - </File> - <File RelativePath="..\Modules\shamodule.c"> </File> <File RelativePath="..\Modules\signalmodule.c"> </File> <File - RelativePath="..\Modules\signalmodule.c"> - </File> - <File RelativePath="..\Objects\sliceobject.c"> </File> <File |