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/UTargetJava.pas

    r126 r133  
    2929begin
    3030  inherited;
    31   Name := 'Java';
    32   SourceExtension := '.java';
    33   CompiledExtension := '.class';
    34   RunExtension := '';
    35   ImageIndex := 24;
    36   Capabilities := [tcCompile, tcRun];
     31  FName := 'Java';
     32  FSourceExtension := '.java';
     33  FCompiledExtension := '.class';
     34  FRunExtension := '';
     35  FImageIndex := 24;
     36  FCapabilities := [tcCompile, tcRun];
    3737  {$IFDEF WINDOWS}
    3838  CompilerPath := 'c:\Program Files\Java\bin\javac.exe';
Note: See TracChangeset for help on using the changeset viewer.