Kill remaining mentions of import_nt.c
This commit is contained in:
parent
2d3ce9de4f
commit
3ad58f261d
|
@ -466,11 +466,6 @@ SOURCE=..\..\Python\import.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\import_nt.c
|
|
||||||
# ADD CPP /I "..\..\Python"
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=..\..\Python\importdl.c
|
SOURCE=..\..\Python\importdl.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
|
@ -63,7 +63,7 @@ Additional files and subdirectories for 32-bit Windows
|
||||||
|
|
||||||
python_nt.rc Resource compiler input for python15.dll.
|
python_nt.rc Resource compiler input for python15.dll.
|
||||||
|
|
||||||
dl_nt.c, import_nt.c
|
dl_nt.c
|
||||||
Additional sources used for 32-bit Windows features.
|
Additional sources used for 32-bit Windows features.
|
||||||
|
|
||||||
getpathp.c Default sys.path calculations (for all PC platforms).
|
getpathp.c Default sys.path calculations (for all PC platforms).
|
||||||
|
|
|
@ -1702,10 +1702,6 @@
|
||||||
RelativePath="..\PC\getpathp.c"
|
RelativePath="..\PC\getpathp.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\PC\import_nt.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\PC\msvcrtmodule.c"
|
RelativePath="..\PC\msvcrtmodule.c"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue