Skip to content

Commit

Permalink
Patch #1576954: Update VC6 build directory; remove redundant
Browse files Browse the repository at this point in the history
files in VC7. Will backport to 2.5.



git-svn-id: http://svn.python.org/projects/python/trunk@52333 6015fed2-1504-0410-9fe1-9d1591cc4771
  • Loading branch information
martin.v.loewis committed Oct 15, 2006
1 parent 7bfe00f commit 910740b
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 27 deletions.
3 changes: 3 additions & 0 deletions Misc/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@ Tools
Build
-----

- Patch #1576954: Update VC6 build directory; remove redundant
files in VC7.

- Bug #1568842: Fix test for uintptr_t.

- Patch #1540470, for OpenBSD 4.0.
Expand Down
96 changes: 78 additions & 18 deletions PC/VC6/pythoncore.dsp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 3 additions & 9 deletions PCbuild/pythoncore.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -463,9 +463,6 @@
<File
RelativePath="..\Python\compile.c">
</File>
<File
RelativePath="..\Python\peephole.c">
</File>
<File
RelativePath="..\Objects\complexobject.c">
</File>
Expand Down Expand Up @@ -685,6 +682,9 @@
<File
RelativePath="..\Parser\parsetok.c">
</File>
<File
RelativePath="..\Python\peephole.c">
</File>
<File
RelativePath="..\Modules\posixmodule.c">
</File>
Expand Down Expand Up @@ -727,18 +727,12 @@
<File
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>
Expand Down

0 comments on commit 910740b

Please sign in to comment.