Explorar o código

Fix/update some comments.

Martijn Laan hai 11 meses
pai
achega
529c1a1c31

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

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

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

@@ -6,7 +6,8 @@ unit Compression.LZMACompressor;
   Portions by Martijn Laan
   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

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

@@ -6,8 +6,8 @@ unit Compression.LZMADecompressor;
   Portions by Martijn Laan
   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

+ 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  For conditions of distribution and use, see LICENSE.TXT.
 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  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  For conditions of distribution and use, see LICENSE.TXT.
 rem
-rem  Batch file to compile LzmaDecodeInno.c
+rem  Batch file to compile ISLzmaDec.c and ISLzma2Dec.c
 
 setlocal