Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnlaan committed Jan 7, 2019
1 parent 4116e1f commit 8546bed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ from the bzlib directory in the Iscompress repository.
from the zlib-dll directory in the Iscompress repository.

**Files\islzma.dll**, **Files\islzma32.exe**, **Files\islzma64.exe** - Compiled
by Visual Studio 2005 from the Projects\lzma2\Encoder directory.
by Visual Studio 2005 from the Projects\Lzma2\Encoder directory.

**Files\isscint.dll** - Compiled by Visual Studio 2005 from Scintilla 2.22 source
code with scintilla-2.22-patch.txt applied.
Expand All @@ -198,8 +198,8 @@ stored in a compiled resource file.

**Projects\LzmaDecode\LzmaDecodeInno.obj** - See Projects\LzmaDecode\compiling.txt.

**Projects\lzma2\Decoder\ISLzmaDec.obj**, **Projects\lzma2\Decoder\ISLzma2Dec.obj** -
See Projects\lzma2\Decoder\compiling.txt.
**Projects\Lzma2\Decoder\ISLzmaDec.obj**, **Projects\Lzma2\Decoder\ISLzma2Dec.obj** -
See Projects\Lzma2\Decoder\compiling.txt.

**ishelp\ISHelpGen\ISHelpGen.exe** - See ishelp\ISHelpGen\compile.bat

Expand Down
1 change: 1 addition & 0 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ call .\compile.bat
if errorlevel 1 goto failed
echo Compiling Inno Setup done
pause

echo - Setup.exe
if exist .\setup-sign.bat (
call .\setup-sign.bat
Expand Down

0 comments on commit 8546bed

Please sign in to comment.