Changeset 141 for trunk/LazFuck.lpr
- Timestamp:
- Mar 5, 2022, 10:01:43 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LazFuck.lpr
r133 r141 9 9 {$ENDIF} 10 10 Interfaces, // this includes the LCL widgetset 11 Forms, UTarget, UTargetC, UTargetDelphi, UTargetInterpretter, UTargetPHP, 12 UTargetJava, UTargetFPC, UFormCPU, UFormMain, UFormOptions, UFormTargets, 13 UFormOutput, UFormInput, UFormMemory, UFormMessages, UFormSourceCode, 14 UFormTargetCode, UFormTargetOptions, UCore, Common, 15 UFormLog, UProject, UBFTarget, SysUtils, UFormCompileMultiple; 11 Forms, UTarget, UFormCPU, UFormMain, UFormOutput, UFormInput, UFormMemory, 12 UFormMessages, UFormSourceCode, UFormTargetCode, UCore, Common, 13 SysUtils; 16 14 17 15 {$R *.res} … … 29 27 {$ENDIF} 30 28 31 Application.Scaled :=True;32 Application.Title :='LazFuck IDE';29 Application.Scaled:=True; 30 Application.Title:='LazFuck IDE'; 33 31 RequireDerivedFormResource := True; 34 32 Application.Initialize;
Note:
See TracChangeset
for help on using the changeset viewer.