Changeset 9 for trunk/Log.pas


Ignore:
Timestamp:
Jan 7, 2017, 1:28:56 PM (7 years ago)
Author:
chronos
Message:
  • Modified: Converted to Lazarus project. Application can be run with errors.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        66Win32
        77*.~dsk
         8C-evo.exe
         9Integrated.compiled
         10Integrated.lps
         11lib
  • trunk/Log.pas

    r6 r9  
    1 {$INCLUDE switches}
    2 unit log;
     1{$INCLUDE Switches.pas}
     2unit Log;
    33
    44interface
    55
    66uses
    7   Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
     7  LCLIntf, LCLType, LMessages, Messages, SysUtils, Classes, Graphics, Controls, Forms,
    88  StdCtrls, Menus;
    99
     
    4747  ClientTools, Tribes;
    4848
    49 {$R *.DFM}
     49{$R *.lfm}
    5050
    5151const
Note: See TracChangeset for help on using the changeset viewer.