瀏覽代碼

* moved to include compiler/gdb independent of each other

peter 26 年之前
父節點
當前提交
5cfcec9788

+ 14 - 1
ide/fake/README

@@ -1,8 +1,21 @@
 
-This is a fake compiler which can be used instead of the full compiler source.
+This directory contains fake versions which can be used for IDE development
+to leave out some parts of the IDE by replacing them with dummy functions.
+
+compiler/	contains a fake compiler
+gdb/            contains a fake gdb interface
+
+
+Fake compiler
+-------------
 The only thing it does is when you compile it writes some info lines to the
 do_comment() function, which is normally called by the compiler.
 
 Currently it gives an info line that it is a fake compiler and on the second
 line the specified commandline
 
+
+Fake gdb
+--------
+This contains only the unit gdbcon. Normally the gdbint unit won't be used
+directly by your program.

+ 4 - 1
ide/fake/browcol.pas → ide/fake/compiler/browcol.pas

@@ -247,7 +247,10 @@ begin
 end.
 {
   $Log$
-  Revision 1.3  1999-01-22 10:24:16  peter
+  Revision 1.1  1999-01-28 19:56:12  peter
+    * moved to include compiler/gdb independent of each other
+
+  Revision 1.3  1999/01/22 10:24:16  peter
     + gdbcon fake unit
 
   Revision 1.2  1999/01/21 11:54:08  peter

+ 4 - 1
ide/fake/comphook.pas → ide/fake/compiler/comphook.pas

@@ -244,7 +244,10 @@ end;
 end.
 {
   $Log$
-  Revision 1.2  1999-01-14 21:43:08  peter
+  Revision 1.1  1999-01-28 19:56:12  peter
+    * moved to include compiler/gdb independent of each other
+
+  Revision 1.2  1999/01/14 21:43:08  peter
     + status.currentsourcepath
 
   Revision 1.1  1998/12/22 14:27:54  peter

+ 4 - 1
ide/fake/compiler.pas → ide/fake/compiler/compiler.pas

@@ -24,7 +24,10 @@ end;
 end.
 {
   $Log$
-  Revision 1.3  1999-01-04 11:49:39  peter
+  Revision 1.1  1999-01-28 19:56:12  peter
+    * moved to include compiler/gdb independent of each other
+
+  Revision 1.3  1999/01/04 11:49:39  peter
    * 'Use tab characters' now works correctly
    + Syntax highlight now acts on File|Save As...
    + Added a new class to syntax highlight: 'hex numbers'.

+ 4 - 1
ide/fake/globtype.pas → ide/fake/compiler/globtype.pas

@@ -106,7 +106,10 @@ implementation
 end.
 {
   $Log$
-  Revision 1.1  1998-12-22 14:27:54  peter
+  Revision 1.1  1999-01-28 19:56:12  peter
+    * moved to include compiler/gdb independent of each other
+
+  Revision 1.1  1998/12/22 14:27:54  peter
     * moved
 
   Revision 1.1  1998/12/10 23:54:28  peter

+ 4 - 1
ide/fake/systems.pas → ide/fake/compiler/systems.pas

@@ -1225,7 +1225,10 @@ begin
 end.
 {
   $Log$
-  Revision 1.1  1998-12-22 14:27:54  peter
+  Revision 1.1  1999-01-28 19:56:12  peter
+    * moved to include compiler/gdb independent of each other
+
+  Revision 1.1  1998/12/22 14:27:54  peter
     * moved
 
   Revision 1.2  1998/12/18 17:17:05  peter

+ 4 - 1
ide/fake/tokens.pas → ide/fake/compiler/tokens.pas

@@ -344,7 +344,10 @@ implementation
 end.
 {
   $Log$
-  Revision 1.1  1998-12-22 14:27:54  peter
+  Revision 1.1  1999-01-28 19:56:12  peter
+    * moved to include compiler/gdb independent of each other
+
+  Revision 1.1  1998/12/22 14:27:54  peter
     * moved
 
   Revision 1.1  1998/12/10 23:54:28  peter

+ 4 - 1
ide/fake/version.pas → ide/fake/compiler/version.pas

@@ -65,7 +65,10 @@ implementation
 end.
 {
   $Log$
-  Revision 1.1  1998-12-22 14:27:54  peter
+  Revision 1.1  1999-01-28 19:56:12  peter
+    * moved to include compiler/gdb independent of each other
+
+  Revision 1.1  1998/12/22 14:27:54  peter
     * moved
 
   Revision 1.2  1998/12/18 17:17:06  peter

+ 4 - 1
ide/fake/gdbcon.pp → ide/fake/gdb/gdbcon.pp

@@ -157,7 +157,10 @@ end;
 end.
 {
   $Log$
-  Revision 1.1  1999-01-22 10:24:17  peter
+  Revision 1.1  1999-01-28 19:56:12  peter
+    * moved to include compiler/gdb independent of each other
+
+  Revision 1.1  1999/01/22 10:24:17  peter
     + gdbcon fake unit
 
 }