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

    r145 r146  
    3232  {$IFDEF Windows}
    3333  CompilerPath := 'c:\Program Files\Embarcadero\RAD Studio\9.0\bin\DCC32.EXE';
    34   CompiledExtension := '.exe';
    35   RunExtension := '';
     34  FCompiledExtension := '.exe';
     35  FRunExtension := '';
    3636  {$ENDIF}
    3737end;
Note: See TracChangeset for help on using the changeset viewer.