[Python-checkins] r62321 - python/trunk/PCbuild/pythoncore.vcproj

christian.heimes python-checkins at python.org
Sun Apr 13 11:37:05 CEST 2008


Author: christian.heimes
Date: Sun Apr 13 11:37:05 2008
New Revision: 62321

Log:
Added new files to the pcbuild files

Modified:
   python/trunk/PCbuild/pythoncore.vcproj

Modified: python/trunk/PCbuild/pythoncore.vcproj
==============================================================================
--- python/trunk/PCbuild/pythoncore.vcproj	(original)
+++ python/trunk/PCbuild/pythoncore.vcproj	Sun Apr 13 11:37:05 2008
@@ -1778,6 +1778,10 @@
 				RelativePath="..\Python\traceback.c"
 				>
 			</File>
+                        <File
+                                RelativePath="..\Python\_warnings.c"
+                                >
+                        </File>
 		</Filter>
 		<Filter
 			Name="Resource Files"


More information about the Python-checkins mailing list