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
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to