Browse Source

* resources are working correct

peter 26 years ago
parent
commit
c71963e885
1 changed files with 6 additions and 3 deletions
  1. 6 3
      compiler/options.pas

+ 6 - 3
compiler/options.pas

@@ -685,7 +685,7 @@ begin
                         'N': begin
                         'N': begin
                                RelocSection:=false;
                                RelocSection:=false;
                              end;
                              end;
-                             
+
                         'R': RelocSection:=true;
                         'R': RelocSection:=true;
                        else
                        else
                         IllegalPara(opt);
                         IllegalPara(opt);
@@ -1012,7 +1012,7 @@ begin
 {$endif}
 {$endif}
 { Temporary defines, until things settle down }
 { Temporary defines, until things settle down }
   def_symbol('INT64');
   def_symbol('INT64');
-  { not yet !!!!!!! def_symbol('HASRESOURCESTRINGS'); }
+  def_symbol('HASRESOURCESTRINGS');
   def_symbol('HASSAVEREGISTERS');
   def_symbol('HASSAVEREGISTERS');
   def_symbol('NEWVMTOFFSET');
   def_symbol('NEWVMTOFFSET');
 
 
@@ -1184,7 +1184,10 @@ end;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.17  1999-08-28 15:34:19  florian
+  Revision 1.18  1999-08-28 17:46:10  peter
+    * resources are working correct
+
+  Revision 1.17  1999/08/28 15:34:19  florian
     * bug 519 fixed
     * bug 519 fixed
 
 
   Revision 1.16  1999/08/27 10:45:03  pierre
   Revision 1.16  1999/08/27 10:45:03  pierre