Ignore:
Timestamp:
Mar 4, 2022, 10:57:08 PM (2 years ago)
Author:
chronos
Message:
  • Added: Compile multiple action for compilation of code with mutliple compilers at once.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Target/UTargetJavascript.pas

    r126 r133  
    3232begin
    3333  inherited;
    34   Name := 'Javascript';
    35   SourceExtension := '.js';
    36   ImageIndex := 28;
    37   Capabilities := [tcCompile, tcRun];
     34  FName := 'Javascript';
     35  FSourceExtension := '.js';
     36  FImageIndex := 28;
     37  FCapabilities := [tcCompile, tcRun];
    3838  CompilerPath := '';
    39   CompiledExtension := '';
    40   RunExtension := '';
     39  FCompiledExtension := '';
     40  FRunExtension := '';
    4141end;
    4242
Note: See TracChangeset for help on using the changeset viewer.