@@ -16,7 +16,7 @@
in the project options. Also see Compile's STATICPREPROC. }
{$IFDEF STATICCOMPILER}
-{$R ..\Res\Compiler.images.res}
+{$R ..\Res\ISCmplr.images.res}
{$ENDIF}
interface
@@ -6,7 +6,7 @@ unit Compiler.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 Compiler.
+ Interface to the islzma LZMA/LZMA2 compression DLL and EXEs, used by ISCmplr.
}