Changeset 153 for trunk/Target/TargetJava.pas
- Timestamp:
- Aug 14, 2024, 1:05:13 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Target/TargetJava.pas
r145 r153 30 30 FSourceExtension := '.java'; 31 31 FCompiledExtension := '.class'; 32 FRunExtension := ' ';32 FRunExtension := '.class'; 33 33 FImageIndex := 24; 34 34 FCapabilities := [tcCompile, tcRun];
Note:
See TracChangeset
for help on using the changeset viewer.