[Python-checkins] python/dist/src/PCbuild pythoncore.vcproj, 1.5, 1.6

theller at users.sourceforge.net theller at users.sourceforge.net
Thu Apr 22 13:03:36 EDT 2004


Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3488

Modified Files:
	pythoncore.vcproj 
Log Message:
Modules/heapqmodule.c removed.
Modules/_heapmodule.c added.


Index: pythoncore.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.vcproj,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pythoncore.vcproj	1 Feb 2004 18:02:48 -0000	1.5
--- pythoncore.vcproj	22 Apr 2004 17:03:33 -0000	1.6
***************
*** 208,211 ****
--- 208,214 ----
  		</File>
  		<File
+ 			RelativePath="..\Modules\_heapmodule.c">
+ 		</File>
+ 		<File
  			RelativePath="..\Modules\_hotshot.c">
  			<FileConfiguration
***************
*** 1200,1222 ****
  		</File>
  		<File
- 			RelativePath="..\Modules\heapqmodule.c">
- 			<FileConfiguration
- 				Name="Release|Win32">
- 				<Tool
- 					Name="VCCLCompilerTool"
- 					Optimization="2"
- 					AdditionalIncludeDirectories=""
- 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;$(NoInherit)"/>
- 			</FileConfiguration>
- 			<FileConfiguration
- 				Name="Debug|Win32">
- 				<Tool
- 					Name="VCCLCompilerTool"
- 					Optimization="0"
- 					AdditionalIncludeDirectories=""
- 					PreprocessorDefinitions="_DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS;$(NoInherit)"/>
- 			</FileConfiguration>
- 		</File>
- 		<File
  			RelativePath="..\Modules\imageop.c">
  			<FileConfiguration
--- 1203,1206 ----




More information about the Python-checkins mailing list