Martijn Laan пре 11 месеци
родитељ
комит
529c1a1c31

+ 1 - 1
Projects/Src/Compression.LZMA1SmallDecompressor.pas

@@ -7,7 +7,7 @@ unit Compression.LZMA1SmallDecompressor;
   For conditions of distribution and use, see LICENSE.TXT.
   For conditions of distribution and use, see LICENSE.TXT.
 
 
   Interface to the older, size-optimized LZMA SDK 4.43 decompression OBJ in
   Interface to the older, size-optimized LZMA SDK 4.43 decompression OBJ in
-  LzmaDecode, used by SetupLdr.
+  Compression.LZMA1SmallDecompressor\LzmaDecode, used by SetupLdr.
 }
 }
 
 
 interface
 interface

+ 2 - 1
Projects/Src/Compression.LZMACompressor.pas

@@ -6,7 +6,8 @@ unit Compression.LZMACompressor;
   Portions by Martijn Laan
   Portions by Martijn Laan
   For conditions of distribution and use, see LICENSE.TXT.
   For conditions of distribution and use, see LICENSE.TXT.
 
 
-  Interface to the islzma LZMA/LZMA2 compression DLL and EXEs, used by ISCmplr.
+  Interface to the islzma LZMA/LZMA2 compression DLL and EXEs in
+  Compression.LZMACompressor\islzma, used by ISCmplr.
 }
 }
 
 
 interface
 interface

+ 2 - 2
Projects/Src/Compression.LZMADecompressor.pas

@@ -6,8 +6,8 @@ unit Compression.LZMADecompressor;
   Portions by Martijn Laan
   Portions by Martijn Laan
   For conditions of distribution and use, see LICENSE.TXT.
   For conditions of distribution and use, see LICENSE.TXT.
 
 
-  Interface to the "new" LZMA/LZMA2 SDK decompression OBJs in lzma2\Decoder,
-  used by Setup.
+  Interface to the LZMA/LZMA2 SDK decompression OBJs in
+  Compression.LZMADecompressor\Lzma2Decode, used by Setup.
 }
 }
 
 
 interface
 interface

+ 1 - 1
Projects/Src/Compression.LZMADecompressor/Lzma2Decode/compile-bcc32c.bat

@@ -5,7 +5,7 @@ rem  Copyright (C) 1997-2024 Jordan Russell
 rem  Portions by Martijn Laan
 rem  Portions by Martijn Laan
 rem  For conditions of distribution and use, see LICENSE.TXT.
 rem  For conditions of distribution and use, see LICENSE.TXT.
 rem
 rem
-rem  Batch file to compile LzmaDecodeInno.c using Embarcadero's free
+rem  Batch file to compile  ISLzmaDec.c and ISLzma2Dec.c using Embarcadero's free
 rem  C++ compiler from https://www.embarcadero.com/free-tools/ccompiler
 rem  C++ compiler from https://www.embarcadero.com/free-tools/ccompiler
 rem  with source debugging turned on
 rem  with source debugging turned on
 
 

+ 1 - 1
Projects/Src/Compression.LZMADecompressor/Lzma2Decode/compile.bat

@@ -5,7 +5,7 @@ rem  Copyright (C) 1997-2024 Jordan Russell
 rem  Portions by Martijn Laan
 rem  Portions by Martijn Laan
 rem  For conditions of distribution and use, see LICENSE.TXT.
 rem  For conditions of distribution and use, see LICENSE.TXT.
 rem
 rem
-rem  Batch file to compile LzmaDecodeInno.c
+rem  Batch file to compile ISLzmaDec.c and ISLzma2Dec.c
 
 
 setlocal
 setlocal