mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 22:28:06 +02:00
* Fixed some things that were broken for OS/2.
This commit is contained in:
parent
ed9dd89d31
commit
c0b5f448b6
@ -99,9 +99,9 @@ unit systems;
|
||||
short_name : 'OS2';
|
||||
unit_env : 'OS2UNITS';
|
||||
system_unit : 'SYSOS2';
|
||||
exeext : '.exe';
|
||||
exeext : '';
|
||||
objext : '.oo2';
|
||||
dllext : '.dll';
|
||||
dllext : '.ao2';
|
||||
unitext : '.ppo';
|
||||
libext : '.ppl';
|
||||
asmext : '.so2';
|
||||
@ -109,8 +109,8 @@ unit systems;
|
||||
pasext : '.pp';
|
||||
newline : #13#10;
|
||||
labelprefix : 'L';
|
||||
Cprefix : '_'; {???}
|
||||
use_function_relative_addresses : true;
|
||||
Cprefix : '_';
|
||||
use_function_relative_addresses : false;
|
||||
endian : endian_little
|
||||
),
|
||||
(
|
||||
@ -357,7 +357,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.2 1998-03-30 15:53:01 florian
|
||||
Revision 1.3 1998-04-16 10:50:45 daniel
|
||||
* Fixed some things that were broken for OS/2.
|
||||
|
||||
Revision 1.2 1998/03/30 15:53:01 florian
|
||||
* last changes before release:
|
||||
- gdb fixed
|
||||
- ratti386 warning removed (about unset function result)
|
||||
|
Loading…
Reference in New Issue
Block a user