From fd1e583ead9fd982aca8fcedc5fdae2e25e6f159 Mon Sep 17 00:00:00 2001 From: pierre Date: Thu, 18 Nov 1999 13:43:48 +0000 Subject: [PATCH] + IsExe global var needed for IDE --- compiler/compiler.pas | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/compiler/compiler.pas b/compiler/compiler.pas index 2a1804f7e2..f8e8d8ea5b 100644 --- a/compiler/compiler.pas +++ b/compiler/compiler.pas @@ -125,6 +125,10 @@ uses function Compile(const cmd:string):longint; +Const + { do we need to link } + IsExe : boolean = false; + implementation uses @@ -322,7 +326,10 @@ end; end. { $Log$ - Revision 1.39 1999-11-12 11:03:50 peter + Revision 1.40 1999-11-18 13:43:48 pierre + + IsExe global var needed for IDE + + Revision 1.39 1999/11/12 11:03:50 peter * searchpaths changed to stringqueue object Revision 1.38 1999/11/09 23:47:53 pierre