Browse Source

Update/fix comments.

Martijn Laan 1 year ago
parent
commit
c267b27a77
2 changed files with 5 additions and 5 deletions
  1. 2 2
      Projects/Src/Compiler.Compile.pas
  2. 3 3
      Projects/Src/IDE.CompileForm.pas

+ 2 - 2
Projects/Src/Compiler.Compile.pas

@@ -11,9 +11,9 @@ unit Compiler.Compile;
 
 {x$DEFINE STATICPREPROC}
 { For debugging purposes, remove the 'x' to have it link the ISPP code into this
-  program and not depend on ISPP.dll. You will also need to add the Src\ISPP
+  program and not depend on ISPP.dll. You will also need to add the Src
   folder to the Delphi Compiler Search path in the project options. Most useful
-  when combine with CompForm's STATICCOMPILER. }
+  when combine with IDE.CompileForm's STATICCOMPILER. }
 
 interface
 

+ 3 - 3
Projects/Src/IDE.CompileForm.pas

@@ -11,9 +11,9 @@
 
 {x$DEFINE STATICCOMPILER}
 { For debugging purposes, remove the 'x' to have it link the compiler code into
-  this program and not depend on Compiler.dll. You will also need to add the
-  ..\Components and Src and Src\ISCmplr folders to the Delphi Compiler Search path
-  in the project options. Also see Compile's STATICPREPROC. }
+  this program and not depend on ISCmplr.dll. You will also need to add the
+  ..\Components and Src folders to the Delphi Compiler Search path
+  in the project options. Also see Compiler.Compile's STATICPREPROC. }
 
 {$IFDEF STATICCOMPILER}
 {$R ..\Res\ISCmplr.images.res}