diff options
author | Thomas Heller <theller@ctypes.org> | 2004-12-01 19:40:45 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2004-12-01 19:40:45 (GMT) |
commit | fd77c6ce5a9f94ca4728cb20dfdb37af573b44d1 (patch) | |
tree | 5daa6bdab36a8b99f8aac785cfc76e1e2be706a6 /PCbuild | |
parent | 6ad6ee64117b1dca26fed273e5a1e63ea8e2bad7 (diff) | |
download | cpython-fd77c6ce5a9f94ca4728cb20dfdb37af573b44d1.zip cpython-fd77c6ce5a9f94ca4728cb20dfdb37af573b44d1.tar.gz cpython-fd77c6ce5a9f94ca4728cb20dfdb37af573b44d1.tar.bz2 |
Update the filenames in the MSVC project file for Python 2.5.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index c1d7ec8..1bf6704 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -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" |