Browse Source

Kill remaining mentions of import_nt.c

pull/2332/head
Antoine Pitrou 14 years ago
parent
commit
3ad58f261d
  1. 5
      PC/VC6/pythoncore.dsp
  2. 2
      PC/readme.txt
  3. 4
      PCbuild/pythoncore.vcproj

5
PC/VC6/pythoncore.dsp

@ -466,11 +466,6 @@ SOURCE=..\..\Python\import.c
# End Source File
# Begin Source File
SOURCE=..\import_nt.c
# ADD CPP /I "..\..\Python"
# End Source File
# Begin Source File
SOURCE=..\..\Python\importdl.c
# End Source File
# Begin Source File

2
PC/readme.txt

@ -63,7 +63,7 @@ Additional files and subdirectories for 32-bit Windows
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.
getpathp.c Default sys.path calculations (for all PC platforms).

4
PCbuild/pythoncore.vcproj

@ -1702,10 +1702,6 @@
RelativePath="..\PC\getpathp.c"
>
</File>
<File
RelativePath="..\PC\import_nt.c"
>
</File>
<File
RelativePath="..\PC\msvcrtmodule.c"
>

Loading…
Cancel
Save