浏览代码

+ IsExe global var needed for IDE

pierre 26 年之前
父节点
当前提交
fd1e583ead
共有 1 个文件被更改,包括 8 次插入1 次删除
  1. 8 1
      compiler/compiler.pas

+ 8 - 1
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