[Python-checkins] cpython (merge 2.7 -> 2.7): merge heads

amaury.forgeotdarc python-checkins at python.org
Fri Apr 13 02:32:13 CEST 2012


http://hg.python.org/cpython/rev/dd15e1cddefb
changeset:   76279:dd15e1cddefb
branch:      2.7
parent:      76269:ac0ec1f31b0a
parent:      76273:9a6dc460ecb2
user:        Amaury Forgeot d'Arc <amauryfa at gmail.com>
date:        Fri Apr 13 02:32:51 2012 +0200
summary:
  merge heads

files:
  PC/VC6/pythoncore.dsp      |  4 ++++
  PC/VS7.1/pythoncore.vcproj |  3 +++
  PC/VS8.0/pythoncore.vcproj |  4 ++++
  3 files changed, 11 insertions(+), 0 deletions(-)


diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp
--- a/PC/VC6/pythoncore.dsp
+++ b/PC/VC6/pythoncore.dsp
@@ -663,6 +663,10 @@
 # End Source File
 # Begin Source File
 
+SOURCE=..\..\Python\random.c
+# End Source File
+# Begin Source File
+
 SOURCE=..\..\Objects\rangeobject.c
 # End Source File
 # Begin Source File
diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj
--- a/PC/VS7.1/pythoncore.vcproj
+++ b/PC/VS7.1/pythoncore.vcproj
@@ -767,6 +767,9 @@
 			RelativePath="..\..\Python\pythonrun.c">
 		</File>
 		<File
+			RelativePath="..\..\Python\random.c">
+		</File>
+		<File
 			RelativePath="..\..\Objects\rangeobject.c">
 		</File>
 		<File
diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj
--- a/PC/VS8.0/pythoncore.vcproj
+++ b/PC/VS8.0/pythoncore.vcproj
@@ -1835,6 +1835,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\Python\random.c"
+				>
+			</File>
+			<File
 				RelativePath="..\..\Python\structmember.c"
 				>
 			</File>

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


More information about the Python-checkins mailing list