浏览代码

Commit unsaved files.

Martijn Laan 1 年之前
父节点
当前提交
8dd29c6716
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Projects/Src/Compil32/IDE.CompileForm.pas
  2. 1 1
      Projects/Src/ISCmplr/Compiler.LZMACompressor.pas

+ 1 - 1
Projects/Src/Compil32/IDE.CompileForm.pas

@@ -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

+ 1 - 1
Projects/Src/ISCmplr/Compiler.LZMACompressor.pas

@@ -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.
 }
 
 interface