[Python-3000-checkins] r59118 - python/branches/py3k/PCbuild9/bz2.vcproj

christian.heimes python-3000-checkins at python.org
Thu Nov 22 11:32:15 CET 2007


Author: christian.heimes
Date: Thu Nov 22 11:32:15 2007
New Revision: 59118

Modified:
   python/branches/py3k/PCbuild9/bz2.vcproj
Log:
Revert change of bz2.vcproj

Modified: python/branches/py3k/PCbuild9/bz2.vcproj
==============================================================================
--- python/branches/py3k/PCbuild9/bz2.vcproj	(original)
+++ python/branches/py3k/PCbuild9/bz2.vcproj	Thu Nov 22 11:32:15 2007
@@ -311,7 +311,6 @@
 			<Tool
 				Name="VCLinkerTool"
 				AdditionalDependencies="$(bz2Dir)\$(PlatformName)-Release\libbz2.lib"
-				ImportLibrary="$(OutDirPGI)\$(TargetName).lib"
 			/>
 			<Tool
 				Name="VCALinkTool"
@@ -376,7 +375,6 @@
 			<Tool
 				Name="VCLinkerTool"
 				AdditionalDependencies="$(bz2Dir)\$(PlatformName)-Release\libbz2.lib"
-				ImportLibrary="$(OutDirPGI)\$(TargetName).lib"
 				TargetMachine="17"
 			/>
 			<Tool
@@ -441,7 +439,6 @@
 			<Tool
 				Name="VCLinkerTool"
 				AdditionalDependencies="$(bz2Dir)\$(PlatformName)-Release\libbz2.lib"
-				ImportLibrary="$(OutDirPGI)\$(TargetName).lib"
 			/>
 			<Tool
 				Name="VCALinkTool"
@@ -506,7 +503,6 @@
 			<Tool
 				Name="VCLinkerTool"
 				AdditionalDependencies="$(bz2Dir)\$(PlatformName)-Release\libbz2.lib"
-				ImportLibrary="$(OutDirPGI)\$(TargetName).lib"
 				TargetMachine="17"
 			/>
 			<Tool


More information about the Python-3000-checkins mailing list