diff options
Diffstat (limited to 'PCbuild9/bz2.vcproj')
-rw-r--r-- | PCbuild9/bz2.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PCbuild9/bz2.vcproj b/PCbuild9/bz2.vcproj index fc7d76f..3a15a81 100644 --- a/PCbuild9/bz2.vcproj +++ b/PCbuild9/bz2.vcproj @@ -311,6 +311,7 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="$(bz2Dir)\$(PlatformName)-Release\libbz2.lib" + ImportLibrary="$(OutDirPGI)\$(TargetName).lib" /> <Tool Name="VCALinkTool" @@ -375,6 +376,7 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="$(bz2Dir)\$(PlatformName)-Release\libbz2.lib" + ImportLibrary="$(OutDirPGI)\$(TargetName).lib" TargetMachine="17" /> <Tool @@ -439,6 +441,7 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="$(bz2Dir)\$(PlatformName)-Release\libbz2.lib" + ImportLibrary="$(OutDirPGI)\$(TargetName).lib" /> <Tool Name="VCALinkTool" @@ -503,6 +506,7 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="$(bz2Dir)\$(PlatformName)-Release\libbz2.lib" + ImportLibrary="$(OutDirPGI)\$(TargetName).lib" TargetMachine="17" /> <Tool |