diff options
author | Brett Cannon <brett@python.org> | 2012-05-04 20:15:26 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2012-05-04 20:15:26 (GMT) |
commit | 9dad8826e1d18ac618f554cc4fe554698f5715c2 (patch) | |
tree | f865a91cb94bf80f2f3de5fb1d1e0e0051f8c212 | |
parent | 0429e1a57da91632010888bb360bb0789fbb8a66 (diff) | |
download | cpython-9dad8826e1d18ac618f554cc4fe554698f5715c2.zip cpython-9dad8826e1d18ac618f554cc4fe554698f5715c2.tar.gz cpython-9dad8826e1d18ac618f554cc4fe554698f5715c2.tar.bz2 |
Kill off another entry of import_nt.c
-rw-r--r-- | PCbuild/pythoncore.vcproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 1c32229..4c58251 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -1703,10 +1703,6 @@ >
</File>
<File
- RelativePath="..\PC\import_nt.c"
- >
- </File>
- <File
RelativePath="..\PC\msvcrtmodule.c"
>
</File>
|