Changeset 124 for trunk/Target/UTargetCSharp.pas
- Timestamp:
- Jan 14, 2022, 3:03:42 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Target/UTargetCSharp.pas
r90 r124 35 35 ImageIndex := 27; 36 36 Capabilities := [tcCompile, tcRun]; 37 {$IFDEF W indows}37 {$IFDEF WINDOWS} 38 38 CompilerPath := 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Roslyn\csc.exe'; 39 39 ExecutorPath := ''; 40 40 {$ENDIF} 41 {$IFDEF Linux}41 {$IFDEF UNIX} 42 42 CompilerPath := '/usr/bin/mcs'; 43 43 ExecutorPath := '';
Note:
See TracChangeset
for help on using the changeset viewer.