diff options
-rw-r--r-- | PC/VC6/pythoncore.dsp | 5 | ||||
-rw-r--r-- | PC/readme.txt | 2 | ||||
-rw-r--r-- | PCbuild/pythoncore.vcproj | 4 |
3 files changed, 1 insertions, 10 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). 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>
|