Browse Source

+ Defaultreplacemens now more logical

michael 26 years ago
parent
commit
5b62a2b45c
1 changed files with 6 additions and 1 deletions
  1. 6 1
      compiler/globals.pas

+ 6 - 1
compiler/globals.pas

@@ -716,7 +716,9 @@ unit globals;
          Replace(s,'$FPCVER',full_version_string);
          Replace(s,'$FPCVER',full_version_string);
          Replace(s,'$FPCDATE',date_string);
          Replace(s,'$FPCDATE',date_string);
          Replace(s,'$FPCTARGET',target_cpu_string);
          Replace(s,'$FPCTARGET',target_cpu_string);
+         Replace(s,'$FPCCPU',target_cpu_string);
          Replace(s,'$TARGET',target_path);
          Replace(s,'$TARGET',target_path);
+         Replace(s,'$FPCOS',target_path);
        end;
        end;
 
 
 
 
@@ -1207,7 +1209,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.11  1999-07-10 10:26:18  peter
+  Revision 1.12  1999-07-13 19:14:44  michael
+  + Defaultreplacemens now more logical
+
+  Revision 1.11  1999/07/10 10:26:18  peter
     * merged
     * merged
 
 
   Revision 1.8.2.2  1999/07/10 10:03:04  peter
   Revision 1.8.2.2  1999/07/10 10:03:04  peter