diff options
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). |