fpmake: fixes for ideintf being a package, and the debugger-packages

git-svn-id: trunk@47250 -
This commit is contained in:
joost 2014-12-27 11:54:10 +00:00
parent 3086ab61cf
commit 7b1378df04
2 changed files with 5 additions and 5 deletions

View File

@ -6,4 +6,6 @@
add_IDEIntf;
add_CodeTools;
add_SynEdit;
add_DebuggerIntf;
add_LazDebuggerGdbmi;
add_ide;

View File

@ -4,11 +4,9 @@
{$include lcl/interfaces/fpmake.pp}
{$include components/lazcontrols/fpmake.pp}
{$include components/codetools/fpmake.pp}
{$include ideintf/fpmake.pp}
{$include components/ideintf/fpmake.pp}
{$include components/synedit/fpmake.pp}
{$include components/debuggerintf/fpmake.pp}
{$include components/lazdebuggergdbmi/fpmake.pp}
{$include ide/fpmake.pp}