Ignore:
Timestamp:
Mar 5, 2022, 5:32:14 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Version 1.2.0 release related changes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/1.2.0/Target/UTargetFPC.pas

    r133 r139  
    3333  FCapabilities := [tcCompile, tcRun];
    3434  {$IFDEF WINDOWS}
    35   CompiledExtension := '.exe';
     35  FCompiledExtension := '.exe';
    3636  CompilerPath := 'fpc.exe';
    37   RunExtension := '';
     37  FRunExtension := '';
    3838  {$ENDIF}
    3939  {$IFDEF UNIX}
Note: See TracChangeset for help on using the changeset viewer.