Ignore:
Timestamp:
Jun 5, 2023, 6:57:23 PM (11 months ago)
Author:
chronos
Message:
  • Fixed: Build on Windows.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Target/TargetFPC.pas

    r145 r146  
    3131  FCapabilities := [tcCompile, tcRun];
    3232  {$IFDEF WINDOWS}
    33   CompiledExtension := '.exe';
     33  FCompiledExtension := '.exe';
    3434  CompilerPath := 'fpc.exe';
    35   RunExtension := '';
     35  FRunExtension := '';
    3636  {$ENDIF}
    3737  {$IFDEF UNIX}
Note: See TracChangeset for help on using the changeset viewer.