Changeset 153 for trunk/LazFuck.lpr


Ignore:
Timestamp:
Aug 14, 2024, 1:05:13 PM (5 weeks ago)
Author:
chronos
Message:
  • Added: Full screen switching support.
  • Added: Help form.
  • Modified: Updated Common package.
  • Fixed: Execution of compiled Java and C# programs.
  • Fixed: Removed interlanced empty lines in Console form on Unix.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LazFuck.lpr

    r151 r153  
    11program LazFuck;
    2 
    3 {$mode objfpc}{$H+}
    42
    53uses
     
    119  Forms, Target, FormCPU, FormMain, FormOutput, FormInput, FormMemory,
    1210  FormMessages, FormSourceCode, FormTargetCode, FormConsole, Core, Common,
    13   SysUtils, BFCodeTools, TargetRust;
     11  SysUtils, BFCodeTools, TargetRust, FormHelp;
    1412
    1513{$R *.res}
Note: See TracChangeset for help on using the changeset viewer.