[Python-checkins] python/dist/src/PCbuild pythoncore.vcproj, 1.25, 1.26

theller at users.sourceforge.net theller at users.sourceforge.net
Wed Dec 1 20:40:47 CET 2004


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

Modified Files:
	pythoncore.vcproj 
Log Message:
Update the filenames in the MSVC project file for Python 2.5.


Index: pythoncore.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.vcproj,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- pythoncore.vcproj	29 Nov 2004 09:57:14 -0000	1.25
+++ pythoncore.vcproj	1 Dec 2004 19:40:45 -0000	1.26
@@ -40,15 +40,15 @@
 				Name="VCCustomBuildTool"/>
 			<Tool
 				Name="VCLinkerTool"
-				OutputFile="./python24.dll"
+				OutputFile="./python25.dll"
 				LinkIncremental="1"
 				SuppressStartupBanner="TRUE"
 				IgnoreDefaultLibraryNames="libc"
 				GenerateDebugInformation="TRUE"
-				ProgramDatabaseFile=".\./python24.pdb"
+				ProgramDatabaseFile=".\./python25.pdb"
 				SubSystem="2"
 				BaseAddress="0x1e000000"
-				ImportLibrary=".\./python24.lib"
+				ImportLibrary=".\./python25.lib"
 				TargetMachine="1"/>
 			<Tool
 				Name="VCMIDLTool"
@@ -107,15 +107,15 @@
 				Name="VCCustomBuildTool"/>
 			<Tool
 				Name="VCLinkerTool"
-				OutputFile="./python24_d.dll"
+				OutputFile="./python25_d.dll"
 				LinkIncremental="1"
 				SuppressStartupBanner="TRUE"
 				IgnoreDefaultLibraryNames="libc"
 				GenerateDebugInformation="TRUE"
-				ProgramDatabaseFile=".\./python24_d.pdb"
+				ProgramDatabaseFile=".\./python25_d.pdb"
 				SubSystem="2"
 				BaseAddress="0x1e000000"
-				ImportLibrary=".\./python24_d.lib"
+				ImportLibrary=".\./python25_d.lib"
 				TargetMachine="1"/>
 			<Tool
 				Name="VCMIDLTool"
@@ -181,15 +181,15 @@
 			<Tool
 				Name="VCLinkerTool"
 				AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK"
-				OutputFile="./python24.dll"
+				OutputFile="./python25.dll"
 				LinkIncremental="1"
 				SuppressStartupBanner="FALSE"
 				IgnoreDefaultLibraryNames="libc"
 				GenerateDebugInformation="TRUE"
-				ProgramDatabaseFile=".\./python24.pdb"
+				ProgramDatabaseFile=".\./python25.pdb"
 				SubSystem="2"
 				BaseAddress="0x1e000000"
-				ImportLibrary=".\./python24.lib"
+				ImportLibrary=".\./python25.lib"
 				TargetMachine="0"/>
 			<Tool
 				Name="VCMIDLTool"



More information about the Python-checkins mailing list