* -s doesn't require the .o to be available, this allows compiling of

everything on other platforms (profiling the windows.pp loading ;)
This commit is contained in:
peter 1998-09-18 09:58:51 +00:00
parent 795801f770
commit 7d34dfd657

View File

@ -648,6 +648,7 @@ unit files;
else
begin
Message(unit_d_obj_is_older_than_asm);
if not(cs_asm_extern in aktglobalswitches) then
exit;
end;
end;
@ -868,7 +869,11 @@ unit files;
end.
{
$Log$
Revision 1.44 1998-09-10 13:51:32 peter
Revision 1.45 1998-09-18 09:58:51 peter
* -s doesn't require the .o to be available, this allows compiling of
everything on other platforms (profiling the windows.pp loading ;)
Revision 1.44 1998/09/10 13:51:32 peter
* tp compiler also uses 'as' as asmprefix
Revision 1.43 1998/09/03 17:08:45 pierre