From c0b5f448b614b125b527d532e82b03032932db13 Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 16 Apr 1998 10:50:45 +0000 Subject: [PATCH] * Fixed some things that were broken for OS/2. --- compiler/systems.pas | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/compiler/systems.pas b/compiler/systems.pas index b097e0cf3e..d2b8778d95 100644 --- a/compiler/systems.pas +++ b/compiler/systems.pas @@ -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)