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