Skip to content

Commit 910740b

Browse files
author
martin.v.loewis
committed
Patch #1576954: Update VC6 build directory; remove redundant
files in VC7. Will backport to 2.5. git-svn-id: http://svn.python.org/projects/python/trunk@52333 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 7bfe00f commit 910740b

3 files changed

Lines changed: 84 additions & 27 deletions

File tree

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,9 @@ Tools
211211
Build
212212
-----
213213

214+
- Patch #1576954: Update VC6 build directory; remove redundant
215+
files in VC7.
216+
214217
- Bug #1568842: Fix test for uintptr_t.
215218

216219
- Patch #1540470, for OpenBSD 4.0.

PC/VC6/pythoncore.dsp

Lines changed: 78 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PCbuild/pythoncore.vcproj

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -463,9 +463,6 @@
463463
<File
464464
RelativePath="..\Python\compile.c">
465465
</File>
466-
<File
467-
RelativePath="..\Python\peephole.c">
468-
</File>
469466
<File
470467
RelativePath="..\Objects\complexobject.c">
471468
</File>
@@ -685,6 +682,9 @@
685682
<File
686683
RelativePath="..\Parser\parsetok.c">
687684
</File>
685+
<File
686+
RelativePath="..\Python\peephole.c">
687+
</File>
688688
<File
689689
RelativePath="..\Modules\posixmodule.c">
690690
</File>
@@ -727,18 +727,12 @@
727727
<File
728728
RelativePath="..\Modules\sha512module.c">
729729
</File>
730-
<File
731-
RelativePath="..\Modules\sha512module.c">
732-
</File>
733730
<File
734731
RelativePath="..\Modules\shamodule.c">
735732
</File>
736733
<File
737734
RelativePath="..\Modules\signalmodule.c">
738735
</File>
739-
<File
740-
RelativePath="..\Modules\signalmodule.c">
741-
</File>
742736
<File
743737
RelativePath="..\Objects\sliceobject.c">
744738
</File>

0 commit comments

Comments
 (0)