[Python-checkins] r59672 - in python/trunk: Misc/NEWS PC/VS8.0/pythoncore.vcproj PCbuild/pythoncore.vcproj
christian.heimes
python-checkins at python.org
Thu Jan 3 16:41:31 CET 2008
Author: christian.heimes
Date: Thu Jan 3 16:41:30 2008
New Revision: 59672
Modified:
python/trunk/Misc/NEWS
python/trunk/PC/VS8.0/pythoncore.vcproj
python/trunk/PCbuild/pythoncore.vcproj
Log:
Issue #1726: Remove Python/atof.c from PCBuild/pythoncore.vcproj
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Thu Jan 3 16:41:30 2008
@@ -12,6 +12,8 @@
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.
Modified: python/trunk/PC/VS8.0/pythoncore.vcproj
==============================================================================
--- python/trunk/PC/VS8.0/pythoncore.vcproj (original)
+++ python/trunk/PC/VS8.0/pythoncore.vcproj Thu Jan 3 16:41:30 2008
@@ -1374,10 +1374,6 @@
RelativePath="..\..\Objects\dictobject.c"
>
</File>
- <!--File
- RelativePath="..\..\Objects\doubledigits.c"
- >
- </File-->
<File
RelativePath="..\..\Objects\enumobject.c"
>
@@ -1607,10 +1603,6 @@
>
</File>
<File
- RelativePath="..\..\Python\atof.c"
- >
- </File>
- <File
RelativePath="..\..\Python\bltinmodule.c"
>
</File>
Modified: python/trunk/PCbuild/pythoncore.vcproj
==============================================================================
--- python/trunk/PCbuild/pythoncore.vcproj (original)
+++ python/trunk/PCbuild/pythoncore.vcproj Thu Jan 3 16:41:30 2008
@@ -1374,10 +1374,6 @@
RelativePath="..\Objects\dictobject.c"
>
</File>
- <!--File
- RelativePath="..\Objects\doubledigits.c"
- >
- </File-->
<File
RelativePath="..\Objects\enumobject.c"
>
@@ -1607,10 +1603,6 @@
>
</File>
<File
- RelativePath="..\Python\atof.c"
- >
- </File>
- <File
RelativePath="..\Python\bltinmodule.c"
>
</File>
More information about the Python-checkins
mailing list