mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 01:19:07 +02:00
* resources are working correct
This commit is contained in:
parent
429cc55711
commit
c71963e885
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user