Changeset 124 for trunk/Target/UTargetC.pas
- Timestamp:
- Jan 14, 2022, 3:03:42 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Target/UTargetC.pas
r105 r124 35 35 ImageIndex := 23; 36 36 Capabilities := [tcCompile, tcRun]; 37 {$IFDEF W indows}37 {$IFDEF WINDOWS} 38 38 CompilerPath := 'c:\Program Files\MinGW\bin\gcc.exe'; 39 39 CompiledExtension := '.exe'; 40 40 RunExtension := ''; 41 41 {$ENDIF} 42 {$IFDEF Linux}42 {$IFDEF UNIX} 43 43 CompilerPath := '/usr/bin/gcc'; 44 44 CompiledExtension := '';
Note:
See TracChangeset
for help on using the changeset viewer.