Changeset 141 for trunk/LazFuck.lpr


Ignore:
Timestamp:
Mar 5, 2022, 10:01:43 PM (2 years ago)
Author:
chronos
Message:
  • Fixed: Renamed original .po files to .pot extension.
  • Fixed: snap and deb packages.
  • Fixed: Reduced meaningful build warnings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LazFuck.lpr

    r133 r141  
    99  {$ENDIF}
    1010  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;
    1614
    1715{$R *.res}
     
    2927  {$ENDIF}
    3028
    31   Application.Scaled := True;
    32   Application.Title := 'LazFuck IDE';
     29  Application.Scaled:=True;
     30  Application.Title:='LazFuck IDE';
    3331  RequireDerivedFormResource := True;
    3432  Application.Initialize;
Note: See TracChangeset for help on using the changeset viewer.