Changeset 133 for trunk/Target/UTargetDelphi.pas
- Timestamp:
- Mar 4, 2022, 10:57:08 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Target/UTargetDelphi.pas
r126 r133 28 28 begin 29 29 inherited; 30 Name := 'Delphi';31 SourceExtension := '.pas';32 ImageIndex := 22;33 Capabilities := [tcCompile, tcRun];30 FName := 'Delphi'; 31 FSourceExtension := '.pas'; 32 FImageIndex := 22; 33 FCapabilities := [tcCompile, tcRun]; 34 34 {$IFDEF Windows} 35 35 CompilerPath := 'c:\Program Files\Embarcadero\RAD Studio\9.0\bin\DCC32.EXE';
Note:
See TracChangeset
for help on using the changeset viewer.