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

    r145 r146  
    3535  {$IFDEF WINDOWS}
    3636  CompilerPath := 'c:\Program Files\MinGW\bin\gcc.exe';
    37   CompiledExtension := '.exe';
    38   RunExtension := '';
     37  FCompiledExtension := '.exe';
     38  FRunExtension := '';
    3939  {$ENDIF}
    4040  {$IFDEF UNIX}
Note: See TracChangeset for help on using the changeset viewer.