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

    r90 r124  
    3535  ImageIndex := 27;
    3636  Capabilities := [tcCompile, tcRun];
    37   {$IFDEF Windows}
     37  {$IFDEF WINDOWS}
    3838  CompilerPath := 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Roslyn\csc.exe';
    3939  ExecutorPath := '';
    4040  {$ENDIF}
    41   {$IFDEF Linux}
     41  {$IFDEF UNIX}
    4242  CompilerPath := '/usr/bin/mcs';
    4343  ExecutorPath := '';
Note: See TracChangeset for help on using the changeset viewer.