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/Target/TargetCSharp.pas

    r145 r153  
    3030  FSourceExtension := '.cs';
    3131  FCompiledExtension := '.exe';
    32   FRunExtension := '';
     32  FRunExtension := '.exe';
    3333  FImageIndex := 27;
    3434  FCapabilities := [tcCompile, tcRun];
Note: See TracChangeset for help on using the changeset viewer.