mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Issue #1726: Remove Python/atof.c from PCBuild/pythoncore.vcproj
This commit is contained in:
parent
2f3c16be73
commit
1beea3be3e
3 changed files with 2 additions and 16 deletions
|
@ -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 @@
|
||||||
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 @@
|
||||||
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 @@
|
||||||
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 @@
|
||||||
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"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue