mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-22 16:21:37 +02:00
IDE: Fix ide.lpk package. Now it compiles. Issue #24160, patch from Cyrax
git-svn-id: trunk@40903 -
This commit is contained in:
parent
d479775c9d
commit
4765f7a9a1
1349
ide/ide.lpk
1349
ide/ide.lpk
File diff suppressed because it is too large
Load Diff
27
ide/ide.pas
27
ide/ide.pas
@ -7,20 +7,19 @@ unit ide;
|
||||
interface
|
||||
|
||||
uses
|
||||
PackageSystem, AddDirToPkgDlg, AddFileToAPackageDlg, AddToPackageDlg,
|
||||
BasePkgManager, BrokenDependenciesDlg, ConfirmPkgListDlg,
|
||||
package_description_options, package_i18n_options,
|
||||
package_integration_options, package_provides_options,
|
||||
package_usage_options, InstallPkgSetDlg, MissingPkgFilesDlg,
|
||||
OpenInstalledPkgDlg, PackageDefs, PackageEditor, PackageLinks,
|
||||
PkgGraphExplorer, PkgLinksDlg, PkgManager, PkgVirtualUnitEditor,
|
||||
UComponentManMain, UFrmAddComponent, AssemblerDlg, BreakPointsDlg,
|
||||
BreakPropertyDlg, BreakPropertyDlgGroups, CallStackDlg, CmdLineDebugger,
|
||||
DebugEventsForm, Debugger, DebuggerDlg, DebugOutputForm, DebugUtils,
|
||||
EvaluateDlg, ExceptionDlg, FeedbackDlg, GDBMIDebugger, GDBMIMiscClasses,
|
||||
GDBTypeInfo, HistoryDlg, InspectDlg, LocalsDlg, ProcessDebugger,
|
||||
ProcessList, PseudoTerminalDlg, RegistersDlg, SSHGDBMIDebugger, ThreadDlg,
|
||||
WatchesDlg, WatchPropertyDlg;
|
||||
PackageSystem, AddDirToPkgDlg, AddFileToAPackageDlg, AddToPackageDlg,
|
||||
BasePkgManager, BrokenDependenciesDlg, ConfirmPkgListDlg,
|
||||
package_description_options, package_i18n_options,
|
||||
package_integration_options, package_provides_options,
|
||||
package_usage_options, InstallPkgSetDlg, MissingPkgFilesDlg,
|
||||
OpenInstalledPkgDlg, PackageDefs, PackageEditor, PackageLinks,
|
||||
PkgGraphExplorer, PkgLinksDlg, PkgManager, PkgVirtualUnitEditor,
|
||||
AssemblerDlg, BreakPointsDlg, BreakPropertyDlg, BreakPropertyDlgGroups,
|
||||
CallStackDlg, CmdLineDebugger, DebugEventsForm, Debugger, DebuggerDlg,
|
||||
DebugOutputForm, DebugUtils, EvaluateDlg, ExceptionDlg, FeedbackDlg,
|
||||
GDBMIDebugger, GDBMIMiscClasses, GDBTypeInfo, HistoryDlg, InspectDlg,
|
||||
LocalsDlg, ProcessDebugger, ProcessList, PseudoTerminalDlg, RegistersDlg,
|
||||
SSHGDBMIDebugger, ThreadDlg, WatchesDlg, WatchPropertyDlg, lfmUnitResource;
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user