Browse Source

* Renamed ppc.cfg -> fpc.cfg

carl 24 years ago
parent
commit
41c3b07113
7 changed files with 17 additions and 11 deletions
  1. 6 3
      compiler/options.pas
  2. 1 1
      docs/prog.tex
  3. 1 1
      ide/README
  4. 5 2
      ide/fpswitch.pas
  5. 1 1
      ide/readme.ide
  6. 2 2
      rtl/netware/README
  7. 1 1
      utils/fpcm/fpcmake.ini

+ 6 - 3
compiler/options.pas

@@ -1386,7 +1386,7 @@ begin
   else
   else
    begin
    begin
      ppcaltcfg:='ppc386.cfg';
      ppcaltcfg:='ppc386.cfg';
-     ppccfg:='ppc.cfg';
+     ppccfg:='fpc.cfg';
    end;
    end;
 
 
 { Order to read configuration file :
 { Order to read configuration file :
@@ -1394,7 +1394,7 @@ begin
    1 - current dir
    1 - current dir
    2 - configpath
    2 - configpath
    3 - compiler path
    3 - compiler path
-  else try reading ppc.cfg in :
+  else try reading fpc.cfg in :
    1 - current dir
    1 - current dir
    2 - configpath
    2 - configpath
    3 - compiler path
    3 - compiler path
@@ -1645,7 +1645,10 @@ finalization
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.62  2001-11-23 02:48:46  carl
+  Revision 1.63  2001-11-24 02:09:54  carl
+  * Renamed ppc.cfg -> fpc.cfg
+
+  Revision 1.62  2001/11/23 02:48:46  carl
   + ppc.cfg is now configuration file for compiler.
   + ppc.cfg is now configuration file for compiler.
     (first tries loading ppc386.cfg for backward compatibility)
     (first tries loading ppc386.cfg for backward compatibility)
 
 

+ 1 - 1
docs/prog.tex

@@ -3207,7 +3207,7 @@ or dynamic libraries, there are 2 switches:
 Definition of one symbol will automatically undefine the other.
 Definition of one symbol will automatically undefine the other.
 
 
 These two switches can be used in conjunction with the configuration file
 These two switches can be used in conjunction with the configuration file
-\file{ppc386.cfg} or \file{ppc.cfg}. The existence of one of these symbols can be used to
+\file{fpc.cfg}. The existence of one of these symbols can be used to
 decide which unit search path to set. For example, on \linux:
 decide which unit search path to set. For example, on \linux:
 \begin{verbatim}
 \begin{verbatim}
 # Set unit paths
 # Set unit paths

+ 1 - 1
ide/README

@@ -1,6 +1,6 @@
 
 
 You can have a fp.cfg file in the same directory as fp.exe. It works the
 You can have a fp.cfg file in the same directory as fp.exe. It works the
-same as ppc.cfg
+same as fpc.cfg
 
 
 To compile the IDE you need to choose whether to build with or without
 To compile the IDE you need to choose whether to build with or without
 debugger (gdb) support. When debugger support is used a check will be
 debugger (gdb) support. When debugger support is used a check will be

+ 5 - 2
ide/fpswitch.pas

@@ -162,7 +162,7 @@ var
     BrowserSwitches,
     BrowserSwitches,
     DirectorySwitches : PSwitches;
     DirectorySwitches : PSwitches;
 
 
-{ write/read the Switches to ppc.cfg file }
+{ write/read the Switches to fpc.cfg file }
 procedure WriteSwitches(const fn:string);
 procedure WriteSwitches(const fn:string);
 procedure ReadSwitches(const fn:string);
 procedure ReadSwitches(const fn:string);
 
 
@@ -1229,7 +1229,10 @@ end;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.3  2001-08-29 23:31:27  pierre
+  Revision 1.4  2001-11-24 02:06:43  carl
+  * Renamed ppc.cfg -> fpc.cfg
+
+  Revision 1.3  2001/08/29 23:31:27  pierre
    * fix some m68k specific options
    * fix some m68k specific options
 
 
   Revision 1.2  2001/08/07 21:27:34  pierre
   Revision 1.2  2001/08/07 21:27:34  pierre

+ 1 - 1
ide/readme.ide

@@ -61,7 +61,7 @@
  configuration changes before it can compile. This is due
  configuration changes before it can compile. This is due
  to the fact that the IDE includes its own compiler; it
  to the fact that the IDE includes its own compiler; it
  does not use ppc386.exe and thus it also does not use the
  does not use ppc386.exe and thus it also does not use the
- configuration in the file ppc.cfg.
+ configuration in the file fpc.cfg.
 
 
  Select Target from the Compile menu and then check the
  Select Target from the Compile menu and then check the
  correct default target (this is Go32V2 for DOS).
  correct default target (this is Go32V2 for DOS).

+ 2 - 2
rtl/netware/README

@@ -68,8 +68,8 @@
     Settings and needed files to compile for netware
     Settings and needed files to compile for netware
     ================================================
     ================================================
 
 
-    Edit your /etc/ppc386.cfg and add the rtl source path for netware. This are my settings,
-    you may paste it to your ppc386.cfg:
+    Edit your /etc/fpc.cfg and add the rtl source path for netware. This are my settings,
+    you may paste it to your fpc.cfg:
 
 
 #IFDEF Netware
 #IFDEF Netware
   -Fu/usr/lib/fpc/1.1/units/netware/rtl
   -Fu/usr/lib/fpc/1.1/units/netware/rtl

+ 1 - 1
utils/fpcm/fpcmake.ini

@@ -809,7 +809,7 @@ override FPCOPT+=-gl
 override FPCOPTDEF+=DEBUG
 override FPCOPTDEF+=DEBUG
 endif
 endif
 
 
-# Release mode (strip, optimize and don't load ppc.cfg)
+# Release mode (strip, optimize and don't load fpc.cfg)
 ifdef RELEASE
 ifdef RELEASE
 ifeq ($(CPU_TARGET),i386)
 ifeq ($(CPU_TARGET),i386)
 FPCCPUOPT:=-OG2p3
 FPCCPUOPT:=-OG2p3