Fix/update some comments.
This commit is contained in:
parent
a6796d8e49
commit
529c1a1c31
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user