IDE: Fix ide.lpk package. Now it compiles. Issue #24160, patch from Cyrax

git-svn-id: trunk@40903 -
This commit is contained in:
juha 2013-04-27 21:27:33 +00:00
parent d479775c9d
commit 4765f7a9a1
2 changed files with 673 additions and 703 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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