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