Ignore:
Timestamp:
Aug 4, 2010, 3:36:51 PM (14 years ago)
Author:
george
Message:

Delphi project converted form Lazarus project.

Location:
branches/DelphiToC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/DelphiToC

    • Property svn:ignore
      •  

        old new  
        66ProjectGroup1.bdsgroup
        77ParseLog.txt
         8lib
  • branches/DelphiToC/UPascalCompiler.pas

    r35 r36  
    11unit UPascalCompiler;
     2
     3{$MODE Delphi}
    24
    35interface
    46
    57uses
    6   Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
     8  SysUtils, Variants, Classes, Graphics, Controls, Forms,
    79  Dialogs, StdCtrls, UPascalSource, UCodeProducer, UPascalParser, UAssemblerSource,
    810  UCSource;
Note: See TracChangeset for help on using the changeset viewer.