[Python-checkins] cpython: Issue #14180: Fix pythoncore.vcproj, Modules/_time.[ch] have been removed

victor.stinner python-checkins at python.org
Tue Mar 13 17:42:23 CET 2012


http://hg.python.org/cpython/rev/760cf150bb99
changeset:   75594:760cf150bb99
user:        Victor Stinner <vstinner at wyplay.com>
date:        Tue Mar 13 17:42:18 2012 +0100
summary:
  Issue #14180: Fix pythoncore.vcproj, Modules/_time.[ch] have been removed

files:
  PCbuild/pythoncore.vcproj |  8 --------
  1 files changed, 0 insertions(+), 8 deletions(-)


diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj
--- a/PCbuild/pythoncore.vcproj
+++ b/PCbuild/pythoncore.vcproj
@@ -1055,14 +1055,6 @@
 				>
 			</File>
 			<File
-				RelativePath="..\Modules\_time.c"
-				>
-			</File>
-			<File
-				RelativePath="..\Modules\_time.h"
-				>
-			</File>
-			<File
 				RelativePath="..\Modules\_weakref.c"
 				>
 			</File>

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


More information about the Python-checkins mailing list