[Python-checkins] cpython: Kill remaining mentions of import_nt.c

antoine.pitrou python-checkins at python.org
Fri May 4 22:18:01 CEST 2012


http://hg.python.org/cpython/rev/5bcce348571e
changeset:   76762:5bcce348571e
parent:      76759:20f8b105525e
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Fri May 04 22:15:57 2012 +0200
summary:
  Kill remaining mentions of import_nt.c

files:
  PC/VC6/pythoncore.dsp     |  5 -----
  PC/readme.txt             |  2 +-
  PCbuild/pythoncore.vcproj |  4 ----
  3 files changed, 1 insertions(+), 10 deletions(-)


diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp
--- a/PC/VC6/pythoncore.dsp
+++ b/PC/VC6/pythoncore.dsp
@@ -466,11 +466,6 @@
 # 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
--- a/PC/readme.txt
+++ b/PC/readme.txt
@@ -63,7 +63,7 @@
 
 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
--- 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>

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list