diff options
author | Ladislav Zezula <ladislav.zezula@avast.com> | 2023-02-06 18:30:15 +0100 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avast.com> | 2023-02-06 18:30:15 +0100 |
commit | 0d31856af86ac47801ade118ea93092eab62a101 (patch) | |
tree | d51fdfad9d4f394d17a4b4df9ca9c0137e11b9c5 /StormLib_vs08_dll.vcproj | |
parent | 9beaed54cd6ef17ba3e0209233a29bd74184de6f (diff) |
Fixed bug in the LZMA compression
Diffstat (limited to 'StormLib_vs08_dll.vcproj')
-rw-r--r-- | StormLib_vs08_dll.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/StormLib_vs08_dll.vcproj b/StormLib_vs08_dll.vcproj index 4a04074..66f0705 100644 --- a/StormLib_vs08_dll.vcproj +++ b/StormLib_vs08_dll.vcproj @@ -92,7 +92,7 @@ /> <Tool Name="VCPostBuildEventTool" - CommandLine="PostBuild.bat $(ProjectName) $(PlatformName) $(ConfigurationName)" + CommandLine="" /> </Configuration> <Configuration @@ -169,7 +169,7 @@ /> <Tool Name="VCPostBuildEventTool" - CommandLine="PostBuild.bat $(ProjectName) $(PlatformName) $(ConfigurationName)" + CommandLine="" /> </Configuration> <Configuration @@ -245,7 +245,7 @@ /> <Tool Name="VCPostBuildEventTool" - CommandLine="PostBuild.bat $(ProjectName) $(PlatformName) $(ConfigurationName)" + CommandLine="" /> </Configuration> <Configuration @@ -322,7 +322,7 @@ /> <Tool Name="VCPostBuildEventTool" - CommandLine="PostBuild.bat $(ProjectName) $(PlatformName) $(ConfigurationName)" + CommandLine="" /> </Configuration> </Configurations> |