Skip to content

Commit

Permalink
Move islzma and Helper into the proper project directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnlaan committed Jul 29, 2024
1 parent 1ea8892 commit c91c3ea
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 5 deletions.
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.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,13 +200,13 @@ 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\islzma] directory.
by Visual Studio 2005 from the [Projects\Src\ISCmplr\islzma] directory.
**Files\isscint.dll** - Compiled by Visual Studio 2022 from Scintilla source
code in the isscint repository.
**Projects\Helper\x64\Release\Helper.exe**, **Projects\Src\Setup\HelperEXEs.res** -
Compiled by Visual Studio 2005 from the [Projects\Helper] directory and then
**Projects\Src\Setup\Helper\x64\Release\Helper.exe**, **Projects\Src\Setup\HelperEXEs.res** -
Compiled by Visual Studio 2005 from the [Projects\Src\Setup\Helper] directory and then
stored in a compiled resource file.
**Projects\Src\Setup\Lzma2Decode\ISLzmaDec.obj**, **Projects\Src\Setup\Lzma2Decode\ISLzma2Dec.obj** -
Expand Down Expand Up @@ -271,8 +271,8 @@ workflow will be triggered automatically.
[Projects\Bin]: <Projects/Bin>
[Components]: <Components>
[Files]: <Files>
[Projects\islzma]: <Projects/islzma>
[Projects\Helper]: <Projects/Helper>
[Projects\Src\ISCmplr\islzma]: <Projects/Src/ISCmplr/islzma>
[Projects\Src\Setup\Helper]: <Projects/Src/Setup/Helper>
[Examples\MyProg]: <Examples/MyProg>
[Projects\Src]: <Projects/Src>
[Projects\Src\Compil32]: <Projects/Src/Compil32>
Expand Down

0 comments on commit c91c3ea

Please sign in to comment.