Ignore:
Timestamp:
Jan 8, 2017, 11:21:02 AM (7 years ago)
Author:
chronos
Message:
  • Fixed: Build under Linux.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Nego.pas

    r12 r17  
    1 {$INCLUDE switches.pas}
     1{$INCLUDE Switches.pas}
    22unit Nego;
    33
     
    55
    66uses
    7   ScreenTools, BaseWin, Protocol, Term,
    8 
    9   Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, ButtonA,
     7  ScreenTools, BaseWin, Protocol, Term, LCLType,
     8
     9  Messages, SysUtils, Classes, Graphics, Controls, Forms, ButtonA,
    1010  ButtonBase, ButtonB, ButtonC, ButtonN;
    1111
     
    103103  Messg, ClientTools, Diplomacy, Inp, Select, NatStat, Help, Tribes, MessgEx;
    104104
    105 {$R *.DFM}
     105{$R *.dfm}
    106106
    107107const
Note: See TracChangeset for help on using the changeset viewer.