diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-05-04 20:15:57 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-05-04 20:15:57 (GMT) |
commit | 3ad58f261d1cb735101123fa463797e30cf14001 (patch) | |
tree | 52321c5f538388a48cb14315e546b7b6bf0244b7 /PC | |
parent | 2d3ce9de4fd45e9bfa922011078b1e1986022df7 (diff) | |
download | cpython-3ad58f261d1cb735101123fa463797e30cf14001.zip cpython-3ad58f261d1cb735101123fa463797e30cf14001.tar.gz cpython-3ad58f261d1cb735101123fa463797e30cf14001.tar.bz2 |
Kill remaining mentions of import_nt.c
Diffstat (limited to 'PC')
-rw-r--r-- | PC/VC6/pythoncore.dsp | 5 | ||||
-rw-r--r-- | PC/readme.txt | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 5940b76..0ce98d1 100644 --- a/PC/VC6/pythoncore.dsp +++ b/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
diff --git a/PC/readme.txt b/PC/readme.txt index b5a5a87..fdc09ab 100644 --- a/PC/readme.txt +++ b/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). |