Kaydet (Commit) 1beea3be authored tarafından Christian Heimes's avatar Christian Heimes

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

üst 2f3c16be
...@@ -12,6 +12,8 @@ What's New in Python 2.6 alpha 1? ...@@ -12,6 +12,8 @@ What's New in Python 2.6 alpha 1?
Core and builtins 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 - 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 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. PCbuild/vs8to9.py was added to sync changes from PCbuild to PC/VS8.0.
......
...@@ -1374,10 +1374,6 @@ ...@@ -1374,10 +1374,6 @@
RelativePath="..\..\Objects\dictobject.c" RelativePath="..\..\Objects\dictobject.c"
> >
</File> </File>
<!--File
RelativePath="..\..\Objects\doubledigits.c"
>
</File-->
<File <File
RelativePath="..\..\Objects\enumobject.c" RelativePath="..\..\Objects\enumobject.c"
> >
...@@ -1606,10 +1602,6 @@ ...@@ -1606,10 +1602,6 @@
RelativePath="..\..\Python\ast.c" RelativePath="..\..\Python\ast.c"
> >
</File> </File>
<File
RelativePath="..\..\Python\atof.c"
>
</File>
<File <File
RelativePath="..\..\Python\bltinmodule.c" RelativePath="..\..\Python\bltinmodule.c"
> >
......
...@@ -1374,10 +1374,6 @@ ...@@ -1374,10 +1374,6 @@
RelativePath="..\Objects\dictobject.c" RelativePath="..\Objects\dictobject.c"
> >
</File> </File>
<!--File
RelativePath="..\Objects\doubledigits.c"
>
</File-->
<File <File
RelativePath="..\Objects\enumobject.c" RelativePath="..\Objects\enumobject.c"
> >
...@@ -1606,10 +1602,6 @@ ...@@ -1606,10 +1602,6 @@
RelativePath="..\Python\ast.c" RelativePath="..\Python\ast.c"
> >
</File> </File>
<File
RelativePath="..\Python\atof.c"
>
</File>
<File <File
RelativePath="..\Python\bltinmodule.c" RelativePath="..\Python\bltinmodule.c"
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment