Issue #1726: Remove Python/atof.c from PCBuild/pythoncore.vcproj

This commit is contained in:
Christian Heimes 2008-01-03 15:41:30 +00:00
parent 2f3c16be73
commit 1beea3be3e
3 changed files with 2 additions and 16 deletions

View file

@ -12,6 +12,8 @@ What's New in Python 2.6 alpha 1?
Core and builtins
-----------------
- Issue #1726: Remove Python/atof.c from PCBuild/pythoncore.vcproj
- Removed PCbuild8/ directory and added a new build directory for VS 2005
based on the VS 2008 build directory to PC/VS8.0. The script
PCbuild/vs8to9.py was added to sync changes from PCbuild to PC/VS8.0.

View file

@ -1374,10 +1374,6 @@
RelativePath="..\..\Objects\dictobject.c"
>
</File>
<!--File
RelativePath="..\..\Objects\doubledigits.c"
>
</File-->
<File
RelativePath="..\..\Objects\enumobject.c"
>
@ -1606,10 +1602,6 @@
RelativePath="..\..\Python\ast.c"
>
</File>
<File
RelativePath="..\..\Python\atof.c"
>
</File>
<File
RelativePath="..\..\Python\bltinmodule.c"
>

View file

@ -1374,10 +1374,6 @@
RelativePath="..\Objects\dictobject.c"
>
</File>
<!--File
RelativePath="..\Objects\doubledigits.c"
>
</File-->
<File
RelativePath="..\Objects\enumobject.c"
>
@ -1606,10 +1602,6 @@
RelativePath="..\Python\ast.c"
>
</File>
<File
RelativePath="..\Python\atof.c"
>
</File>
<File
RelativePath="..\Python\bltinmodule.c"
>