Skip to content

Commit

Permalink
Move Lzma sources as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnlaan committed Apr 2, 2024
1 parent e1b776c commit 3f72de9
Show file tree
Hide file tree
Showing 42 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Projects/Src/LZMADecomp.pas
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
Inno Setup
Copyright (C) 1997-2012 Jordan Russell
Copyright (C) 1997-2024 Jordan Russell
Portions by Martijn Laan
For conditions of distribution and use, see LICENSE.TXT.
Expand Down Expand Up @@ -95,8 +95,8 @@ TLZMAISzAlloc = record
size the compiler currently allows. }
MaxDictionarySize = 1024 shl 20; { 1 GB }

{$L lzma2\Decoder\ISLzmaDec.obj}
{$L lzma2\Decoder\ISLzma2Dec.obj}
{$L Src\Lzma2\Decoder\ISLzmaDec.obj}
{$L Src\Lzma2\Decoder\ISLzma2Dec.obj}

function IS_LzmaDec_Init(var state: TLZMA1InternalDecoderState;
stateSize: Cardinal; const props; propsSize: Cardinal;
Expand Down
4 changes: 2 additions & 2 deletions Projects/Src/LZMADecompSmall.pas
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
Inno Setup
Copyright (C) 1997-2010 Jordan Russell
Copyright (C) 1997-2024 Jordan Russell
Portions by Martijn Laan
For conditions of distribution and use, see LICENSE.TXT.
Expand Down Expand Up @@ -82,7 +82,7 @@ procedure LZMAInternalErrorFmt(const Msg: String; const Args: array of const);

{ TLZMA1SmallDecompressor }

{$L LzmaDecode\LzmaDecodeInno.obj}
{$L Src\LzmaDecode\LzmaDecodeInno.obj}

type
TLzmaInCallback = record
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,10 @@ code with scintilla-2.22-patch.txt applied.
Compiled by Visual Studio 2005 from the [Projects\Helper] directory and then
stored in a compiled resource file.
**Projects\LzmaDecode\LzmaDecodeInno.obj** - See [Projects\LzmaDecode\compiling.txt].
**Projects\Src\LzmaDecode\LzmaDecodeInno.obj** - See [Projects\Src\LzmaDecode\compiling.txt].
**Projects\Lzma2\Decoder\ISLzmaDec.obj**, **Projects\Lzma2\Decoder\ISLzma2Dec.obj** -
See [Projects\Lzma2\Decoder\compiling.txt].
**Projects\Src\Lzma2\Decoder\ISLzmaDec.obj**, **Projects\Src\Lzma2\Decoder\ISLzma2Dec.obj** -
See [Projects\Src\Lzma2\Decoder\compiling.txt].
**Examples\MyProg.exe**, **Examples\MyProg-x64.exe** - Compiled by Visual Studio
2005 from the [Examples\MyProg] directory.
Expand Down

0 comments on commit 3f72de9

Please sign in to comment.