diff options
author | Christian Heimes <christian@cheimes.de> | 2008-01-03 15:41:30 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-01-03 15:41:30 (GMT) |
commit | 1beea3be3e507a85b0570e82e8f100594d861f6b (patch) | |
tree | ad95dc79782cf80d154b0400c1d8436edeb09ee4 /PC | |
parent | 2f3c16be73a8562d357b9b13bbb8088e275840a7 (diff) | |
download | cpython-1beea3be3e507a85b0570e82e8f100594d861f6b.zip cpython-1beea3be3e507a85b0570e82e8f100594d861f6b.tar.gz cpython-1beea3be3e507a85b0570e82e8f100594d861f6b.tar.bz2 |
Issue #1726: Remove Python/atof.c from PCBuild/pythoncore.vcproj
Diffstat (limited to 'PC')
-rw-r--r-- | PC/VS8.0/pythoncore.vcproj | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj index 99cc9d7..ff52b1e 100644 --- a/PC/VS8.0/pythoncore.vcproj +++ b/PC/VS8.0/pythoncore.vcproj @@ -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>
|