* finally added the missing outputbinary field that was missing

This commit is contained in:
peter 2001-05-04 19:50:58 +00:00
parent 5ae5cfeffe
commit 7cb892dba4
2 changed files with 11 additions and 2 deletions

View File

@ -1126,6 +1126,7 @@ implementation
asmbin : '';
asmcmd : '';
supported_target : target_i386_go32v2;
outputbinary : true;
allowdirect : false;
externals : true;
needar : false;
@ -1145,6 +1146,7 @@ implementation
asmbin : '';
asmcmd : '';
supported_target : target_i386_win32;
outputbinary : true;
allowdirect : false;
externals : true;
needar : false;
@ -1163,7 +1165,10 @@ initialization
end.
{
$Log$
Revision 1.13 2001-04-18 22:01:54 peter
Revision 1.14 2001-05-04 19:50:58 peter
* finally added the missing outputbinary field that was missing
Revision 1.13 2001/04/18 22:01:54 peter
* registration of targets and assemblers
Revision 1.12 2001/04/13 01:22:10 peter

View File

@ -871,6 +871,7 @@ implementation
asmbin : '';
asmcmd : '';
supported_target : target_any; //target_i386_linux;
outputbinary : true;
allowdirect : false;
externals : true;
needar : false;
@ -888,7 +889,10 @@ initialization
end.
{
$Log$
Revision 1.8 2001-04-18 22:01:54 peter
Revision 1.9 2001-05-04 19:50:58 peter
* finally added the missing outputbinary field that was missing
Revision 1.8 2001/04/18 22:01:54 peter
* registration of targets and assemblers
Revision 1.7 2001/04/13 01:22:10 peter