~ubuntu-branches/ubuntu/feisty/fpc/feisty

« back to all changes in this revision

Viewing changes to compiler/systems/t_os2.pas

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-01-27 20:08:50 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070127200850-9mrptaqqjsx9nwa7
Tags: 2.0.4-5
* Fixed Build-Depends.
* Add myself to Uploaders in debian/control.
* Make sure that the sources are really patched before building them.
* Build unit 'libc' on powerpc too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
 
    $Id: t_os2.pas,v 1.21 2005/04/24 21:02:10 peter Exp $
3
2
    Copyright (c) 1998-2002 by Daniel Mantione
4
3
    Portions Copyright (c) 1998-2002 Eberhard Mattes
5
4
 
361
360
  with Info do
362
361
   begin
363
362
     ExeCmd[1]:='ld $OPT -o $OUT @$RES';
364
 
     ExeCmd[2]:='emxbind -b $STRIP $APPTYPE $RSRC -k$STACKKB -h$HEAPMB -o $EXE $OUT -aim -s$DOSHEAPKB';
 
363
     ExeCmd[2]:='emxbind -b $STRIP $APPTYPE $RSRC -k$STACKKB -h1 -o $EXE $OUT -ai -s8';
365
364
     if Source_Info.Script = script_dos then
366
365
      ExeCmd[3]:='del $OUT';
367
366
   end;
515
514
{  RegisterRes(res_emxbind_info);}
516
515
  RegisterTarget(system_i386_os2_info);
517
516
end.
518
 
{
519
 
  $Log: t_os2.pas,v $
520
 
  Revision 1.21  2005/04/24 21:02:10  peter
521
 
    * always use exceptions to stop the compiler
522
 
    - remove stop, do_stop
523
 
 
524
 
  Revision 1.20  2005/02/14 17:13:10  peter
525
 
    * truncate log
526
 
 
527
 
}