Changeset 124 for trunk/Target/UTargetFPC.pas
- Timestamp:
- Jan 14, 2022, 3:03:42 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Target/UTargetFPC.pas
r87 r124 32 32 ImageIndex := 22; 33 33 Capabilities := [tcCompile, tcRun]; 34 {$IFDEF Linux} 34 {$IFDEF WINDOWS} 35 CompiledExtension := '.exe'; 36 CompilerPath := 'fpc.exe'; 37 RunExtension := ''; 38 {$ENDIF} 39 {$IFDEF UNIX} 35 40 CompiledExtension := ''; 36 41 CompilerPath := '/usr/bin/fpc'; 37 RunExtension := '';38 {$ENDIF}39 {$IFDEF Windows}40 CompiledExtension := '.exe';41 CompilerPath := 'fpc.exe';42 42 RunExtension := ''; 43 43 {$ENDIF}
Note:
See TracChangeset
for help on using the changeset viewer.