Martijn Laan 1 год назад
Родитель
Сommit
c267b27a77
2 измененных файлов с 5 добавлено и 5 удалено
  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}
 {x$DEFINE STATICPREPROC}
 { For debugging purposes, remove the 'x' to have it link the ISPP code into this
 { 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
   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
 interface
 
 

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

@@ -11,9 +11,9 @@
 
 
 {x$DEFINE STATICCOMPILER}
 {x$DEFINE STATICCOMPILER}
 { For debugging purposes, remove the 'x' to have it link the compiler code into
 { 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}
 {$IFDEF STATICCOMPILER}
 {$R ..\Res\ISCmplr.images.res}
 {$R ..\Res\ISCmplr.images.res}