Changeset 91 for trunk/UCore.pas
- Timestamp:
- Jul 20, 2018, 9:41:37 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.pas
r88 r91 8 8 Classes, SysUtils, FileUtil, UApplicationInfo, ULastOpenedList, UProject, 9 9 UCoolTranslator, UTarget, URegistry, Registry, Graphics, Controls, UScaleDPI, 10 UPersistentForm ;10 UPersistentForm, UBFTarget; 11 11 12 12 type … … 35 35 CellSize: Integer; 36 36 MemorySize: Integer; 37 Optimizations: TOptimizations; 37 38 procedure Init; 38 39 procedure LoadFromRegistry(Root: HKEY; Key: string); … … 52 53 UFormMain, Forms, LazFileUtils, 53 54 // Targets 54 UTargetInterpretter, UTargetFPC, U BFTarget, UTargetJava, UTargetDelphi,55 UTargetInterpretter, UTargetFPC, UTargetJava, UTargetDelphi, 55 56 UTargetPHP, UTargetC, UTargetPython, UTargetCSharp; 56 57
Note:
See TracChangeset
for help on using the changeset viewer.