diff --git a/components/Makefile b/components/Makefile index 68f3df0272..2550c6e36a 100644 --- a/components/Makefile +++ b/components/Makefile @@ -1465,6 +1465,7 @@ bigide: $(MAKE) -C sdf $(MAKE) -C tachart $(MAKE) -C todolist + $(MAKE) -C editortoolbar $(MAKE) -C jcf2/IdePlugin/lazarus $(MAKE) -C chmhelp/packages/help $(MAKE) -C chmhelp/packages/idehelp diff --git a/components/Makefile.fpc b/components/Makefile.fpc index 9d500b501b..6a5126fbe8 100644 --- a/components/Makefile.fpc +++ b/components/Makefile.fpc @@ -48,6 +48,7 @@ bigide: $(MAKE) -C sdf $(MAKE) -C tachart $(MAKE) -C todolist + $(MAKE) -C editortoolbar $(MAKE) -C jcf2/IdePlugin/lazarus $(MAKE) -C chmhelp/packages/help $(MAKE) -C chmhelp/packages/idehelp diff --git a/ide/Makefile b/ide/Makefile index 9ea686df1f..1f99d79917 100644 --- a/ide/Makefile +++ b/ide/Makefile @@ -339,6 +339,7 @@ BIG_IDE_OPTIONS=-dBigIDE $(DEFAULT_IDE_OPTIONS) \ -Fu../components/memds/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \ -Fu../components/tachart/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \ -Fu../components/todolist/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \ + -Fu../components/editortoolbar/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \ -Fu../components/jcf2/IdePlugin/lazarus/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \ -Fu../components/chmhelp/packages/help/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \ -Fu../components/chmhelp/packages/idehelp/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \ diff --git a/ide/Makefile.fpc b/ide/Makefile.fpc index 06bf58d9e6..a4c6215d72 100644 --- a/ide/Makefile.fpc +++ b/ide/Makefile.fpc @@ -119,6 +119,7 @@ BIG_IDE_OPTIONS=-dBigIDE $(DEFAULT_IDE_OPTIONS) \ -Fu../components/memds/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \ -Fu../components/tachart/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \ -Fu../components/todolist/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \ + -Fu../components/editortoolbar/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \ -Fu../components/jcf2/IdePlugin/lazarus/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \ -Fu../components/chmhelp/packages/help/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \ -Fu../components/chmhelp/packages/idehelp/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \ diff --git a/ide/lazarus.pp b/ide/lazarus.pp index 0706123be0..d4b11b3aa6 100644 --- a/ide/lazarus.pp +++ b/ide/lazarus.pp @@ -65,7 +65,7 @@ uses TurboPowerIPro, TurboPowerIProDsgn, jcfidelazarus, chmhelppkg, FPCUnitTestRunner, FPCUnitIDE, ProjTemplates, TAChartLazarusPkg, - TodoListLaz, + TodoListLaz, EditorToolbar, SQLDBLaz, DBFLaz, pascalscript, EditorMacroScript, {$ENDIF}