* added support for NoRa386* in the {$O ...} section

This commit is contained in:
Jonas Maebe 1998-08-04 16:28:40 +00:00
parent 66feedde08
commit a123902056

View File

@ -198,9 +198,15 @@ uses
{$endif NOOPT} {$endif NOOPT}
{$O cgai386} {$O cgai386}
{$O i386} {$O i386}
{$IfNDef Nora386dir}
{$O ra386dir} {$O ra386dir}
{$endif Nora386dir}
{$IfNDef Nora386int}
{$O ra386int} {$O ra386int}
{$endif Nora386int}
{$IfNDef Nora386att}
{$O ra386att} {$O ra386att}
{$endif Nora386att}
{$O tgeni386} {$O tgeni386}
{$ifndef NoAg386Int} {$ifndef NoAg386Int}
{$O ag386int} {$O ag386int}
@ -399,7 +405,10 @@ begin
end. end.
{ {
$Log$ $Log$
Revision 1.21 1998-07-18 17:11:12 florian Revision 1.22 1998-08-04 16:28:40 jonas
* added support for NoRa386* in the {$O ...} section
Revision 1.21 1998/07/18 17:11:12 florian
+ ansi string constants fixed + ansi string constants fixed
+ switch $H partial implemented + switch $H partial implemented