From c71963e8851db46387c1d79c61c50b9bfbd98e43 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 28 Aug 1999 17:46:10 +0000 Subject: [PATCH] * resources are working correct --- compiler/options.pas | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/compiler/options.pas b/compiler/options.pas index de6de9fb55..a354873185 100644 --- a/compiler/options.pas +++ b/compiler/options.pas @@ -685,7 +685,7 @@ begin 'N': begin RelocSection:=false; end; - + 'R': RelocSection:=true; else IllegalPara(opt); @@ -1012,7 +1012,7 @@ begin {$endif} { Temporary defines, until things settle down } def_symbol('INT64'); - { not yet !!!!!!! def_symbol('HASRESOURCESTRINGS'); } + def_symbol('HASRESOURCESTRINGS'); def_symbol('HASSAVEREGISTERS'); def_symbol('NEWVMTOFFSET'); @@ -1184,7 +1184,10 @@ end; end. { $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 Revision 1.16 1999/08/27 10:45:03 pierre