diff options
author | Ladislav Zezula <zezula@volny.cz> | 2023-02-07 09:10:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-07 09:10:58 +0100 |
commit | 33e6a2bdfec872c31bfd7ce2899012c129894f7e (patch) | |
tree | 6cebd387986b6870d03161d1bc25d9c1c382651d /StormLib_vs08_dll.vcproj | |
parent | 9beaed54cd6ef17ba3e0209233a29bd74184de6f (diff) | |
parent | 01e940f998e64ceb60d39a30d0e40c33be430744 (diff) |
Merge pull request #285 from ladislav-zezula/LZ_LzmaFix
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> |