Changeset 133 for trunk/Target/UTargetPython.pas
- Timestamp:
- Mar 4, 2022, 10:57:08 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Target/UTargetPython.pas
r126 r133 29 29 begin 30 30 inherited; 31 Name := 'Python';32 SourceExtension := '.py';33 RunExtension := '.py';34 CompiledExtension := '.py';35 ImageIndex := 26;36 Capabilities := [tcCompile, tcRun];31 FName := 'Python'; 32 FSourceExtension := '.py'; 33 FRunExtension := '.py'; 34 FCompiledExtension := '.py'; 35 FImageIndex := 26; 36 FCapabilities := [tcCompile, tcRun]; 37 37 {$IFDEF WINDOWS} 38 38 CompilerPath := '';
Note:
See TracChangeset
for help on using the changeset viewer.