Fix/update some comments.

This commit is contained in:
Martijn Laan 2024-10-02 19:29:01 +02:00
parent a6796d8e49
commit 529c1a1c31
No known key found for this signature in database
GPG Key ID: E2DD568CF6098F6A
5 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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