Changeset 146 for trunk/Target/TargetFPC.pas
- Timestamp:
- Jun 5, 2023, 6:57:23 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Target/TargetFPC.pas
r145 r146 31 31 FCapabilities := [tcCompile, tcRun]; 32 32 {$IFDEF WINDOWS} 33 CompiledExtension := '.exe';33 FCompiledExtension := '.exe'; 34 34 CompilerPath := 'fpc.exe'; 35 RunExtension := '';35 FRunExtension := ''; 36 36 {$ENDIF} 37 37 {$IFDEF UNIX}
Note:
See TracChangeset
for help on using the changeset viewer.