[Python-checkins] r62340 - in python/trunk: PC/VC6/pythoncore.dsp PC/VS7.1/pythoncore.vcproj PC/VS8.0/pythoncore.vcproj PCbuild/pythoncore.vcproj

amaury.forgeotdarc python-checkins at python.org
Mon Apr 14 21:55:41 CEST 2008


Author: amaury.forgeotdarc
Date: Mon Apr 14 21:55:40 2008
New Revision: 62340

Log:
Update project files for all Windows supported compilers


Modified:
   python/trunk/PC/VC6/pythoncore.dsp
   python/trunk/PC/VS7.1/pythoncore.vcproj
   python/trunk/PC/VS8.0/pythoncore.vcproj
   python/trunk/PCbuild/pythoncore.vcproj

Modified: python/trunk/PC/VC6/pythoncore.dsp
==============================================================================
--- python/trunk/PC/VC6/pythoncore.dsp	(original)
+++ python/trunk/PC/VC6/pythoncore.dsp	Mon Apr 14 21:55:40 2008
@@ -197,6 +197,10 @@
 # End Source File
 # Begin Source File
 
+SOURCE=..\..\Python\_warnings.c
+# End Source File
+# Begin Source File
+
 SOURCE=..\..\Python\asdl.c
 # End Source File
 # Begin Source File

Modified: python/trunk/PC/VS7.1/pythoncore.vcproj
==============================================================================
--- python/trunk/PC/VS7.1/pythoncore.vcproj	(original)
+++ python/trunk/PC/VS7.1/pythoncore.vcproj	Mon Apr 14 21:55:40 2008
@@ -413,6 +413,9 @@
 			RelativePath="..\..\Modules\arraymodule.c">
 		</File>
 		<File
+			RelativePath="..\..\Python\_warnings.c">
+		</File>
+		<File
 			RelativePath="..\..\Python\asdl.c">
 		</File>
 		<File

Modified: python/trunk/PC/VS8.0/pythoncore.vcproj
==============================================================================
--- python/trunk/PC/VS8.0/pythoncore.vcproj	(original)
+++ python/trunk/PC/VS8.0/pythoncore.vcproj	Mon Apr 14 21:55:40 2008
@@ -1615,6 +1615,10 @@
 			Name="Python"
 			>
 			<File
+				RelativePath="..\..\Python\_warnings.c"
+				>
+			</File>
+			<File
 				RelativePath="..\..\Python\asdl.c"
 				>
 			</File>

Modified: python/trunk/PCbuild/pythoncore.vcproj
==============================================================================
--- python/trunk/PCbuild/pythoncore.vcproj	(original)
+++ python/trunk/PCbuild/pythoncore.vcproj	Mon Apr 14 21:55:40 2008
@@ -1615,6 +1615,10 @@
 			Name="Python"
 			>
 			<File
+				RelativePath="..\Python\_warnings.c"
+				>
+			</File>
+			<File
 				RelativePath="..\Python\asdl.c"
 				>
 			</File>
@@ -1778,10 +1782,6 @@
 				RelativePath="..\Python\traceback.c"
 				>
 			</File>
-                        <File
-                                RelativePath="..\Python\_warnings.c"
-                                >
-                        </File>
 		</Filter>
 		<Filter
 			Name="Resource Files"


More information about the Python-checkins mailing list