Quellcode durchsuchen

Use fpregs unit

pierre vor 22 Jahren
Ursprung
Commit
b5196eefbb
3 geänderte Dateien mit 24 neuen und 6 gelöschten Zeilen
  1. 10 2
      ide/fp.pas
  2. 9 2
      ide/fpide.pas
  3. 5 2
      ide/fpvars.pas

+ 10 - 2
ide/fp.pas

@@ -58,7 +58,11 @@ uses
   WUtils,WViews,WHTMLScn,WHelp,
   FPIDE,FPCalc,FPCompil,FPString,
   FPIni,FPViews,FPConst,FPVars,FPUtils,FPHelp,FPSwitch,FPUsrScr,
-  FPTools,{$ifndef NODEBUG}FPDebug,{$endif}FPTemplt,FPRedir,FPDesk,
+  FPTools,
+{$ifndef NODEBUG}
+  FPDebug,FPRegs,
+{$endif}
+  FPTemplt,FPRedir,FPDesk,
   FPCodTmp,FPCodCmp;
 
 
@@ -233,6 +237,7 @@ begin
   RegisterFPViews;
 {$ifndef NODEBUG}
   RegisterFPDebugViews;
+  RegisterFPRegsViews;
 {$endif}
   RegisterMenus;
   RegisterStdDlg;
@@ -482,7 +487,10 @@ BEGIN
 END.
 {
   $Log$
-  Revision 1.16  2002-11-28 12:49:20  pierre
+  Revision 1.17  2002-12-12 00:08:09  pierre
+   Use fpregs unit
+
+  Revision 1.16  2002/11/28 12:49:20  pierre
    * enable signals catching earlier
 
   Revision 1.15  2002/10/30 22:12:13  pierre

+ 9 - 2
ide/fpide.pas

@@ -178,7 +178,11 @@ uses
   Systems,
   WUtils,WHlpView,WViews,WHTMLHlp,WHelp,WConsole,
   FPConst,FPVars,FPUtils,FPSwitch,FPIni,FPIntf,FPCompil,FPHelp,
-  FPTemplt,FPCalc,FPUsrScr,FPTools,{$ifndef NODEBUG}FPDebug,{$endif}FPRedir,
+  FPTemplt,FPCalc,FPUsrScr,FPTools,
+{$ifndef NODEBUG}
+  FPDebug,FPRegs,
+{$endif}
+  FPRedir,
   FPDesk,FPCodCmp,FPCodTmp;
 
 type
@@ -1250,7 +1254,10 @@ end;
 END.
 {
   $Log$
-  Revision 1.23  2002-11-28 12:58:15  pierre
+  Revision 1.24  2002-12-12 00:06:41  pierre
+   Use fpregs unit
+
+  Revision 1.23  2002/11/28 12:58:15  pierre
    + remote support additions
 
   Revision 1.22  2002/10/12 19:43:07  hajny

+ 5 - 2
ide/fpvars.pas

@@ -22,7 +22,7 @@ interface
 uses Objects,Views,App,
      WUtils,WEditor,
      FPConst,
-     FPDebug,
+     FPDebug,FPRegs,
      FPUtils,FPViews,FPCalc;
 
 type
@@ -126,7 +126,10 @@ implementation
 END.
 {
   $Log$
-  Revision 1.7  2002-11-28 12:53:10  pierre
+  Revision 1.8  2002-12-12 00:06:41  pierre
+   Use fpregs unit
+
+  Revision 1.7  2002/11/28 12:53:10  pierre
    + global vars used for remote debugging
 
   Revision 1.6  2002/09/10 12:19:14  pierre