Ignore:
Timestamp:
Jan 14, 2022, 3:03:42 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Use IFDEF UNIX instead of IFDEF LINUX.
  • Modified: Localized error message.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Target/UTargetC.pas

    r105 r124  
    3535  ImageIndex := 23;
    3636  Capabilities := [tcCompile, tcRun];
    37   {$IFDEF Windows}
     37  {$IFDEF WINDOWS}
    3838  CompilerPath := 'c:\Program Files\MinGW\bin\gcc.exe';
    3939  CompiledExtension := '.exe';
    4040  RunExtension := '';
    4141  {$ENDIF}
    42   {$IFDEF Linux}
     42  {$IFDEF UNIX}
    4343  CompilerPath := '/usr/bin/gcc';
    4444  CompiledExtension := '';
Note: See TracChangeset for help on using the changeset viewer.