summaryrefslogtreecommitdiff
path: root/packages/fpmake_proc.inc
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2018-01-06 20:22:30 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2018-01-06 20:22:30 +0000
commitb0ce14abeb17249177c0387f9e01058986e5b47c (patch)
tree584acf8aab6f5f0328d77ddeea0ff162ee59dd80 /packages/fpmake_proc.inc
parent661c6c96b8ad914d1131d7c50f15992ea5fa697f (diff)
downloadfpc-b0ce14abeb17249177c0387f9e01058986e5b47c.tar.gz
* made the ide a package, so it can be build in parallel with the other packages, reasons:
- lowers build times - ide is not that important anymore than years before - other utils like pastojs are also located in the packages tree git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@37926 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/fpmake_proc.inc')
-rw-r--r--packages/fpmake_proc.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/fpmake_proc.inc b/packages/fpmake_proc.inc
index 12bcc1b096..4f8f67b58f 100644
--- a/packages/fpmake_proc.inc
+++ b/packages/fpmake_proc.inc
@@ -788,3 +788,5 @@ begin
with Installer do
{$include fcl-report/fpmake.pp}
end;
+
+{$include ide/fpmake.pp}