diff --git a/Makefile b/Makefile index dc87ba2df2..f808402340 100644 --- a/Makefile +++ b/Makefile @@ -3818,6 +3818,7 @@ lazbuild: registration lazutils $(MAKE) -C components/ideintf LCL_PLATFORM=nogui $(MAKE) -C components/lazdebuggers/cmdlinedebuggerbase LCL_PLATFORM=nogui $(MAKE) -C components/lazdebuggergdbmi LCL_PLATFORM=nogui + $(MAKE) -C components/virtualtreeview LCL_PLATFORM=nogui $(MAKE) -C components/fpdebug LCL_PLATFORM=nogui $(MAKE) -C components/lazdebuggers/lazdebuggerfp LCL_PLATFORM=nogui $(MAKE) -C ide/packages/idedebugger LCL_PLATFORM=nogui diff --git a/Makefile.fpc b/Makefile.fpc index 9e6d73fdf5..8cf59c15d6 100644 --- a/Makefile.fpc +++ b/Makefile.fpc @@ -223,6 +223,7 @@ lazbuild: registration lazutils $(MAKE) -C components/ideintf LCL_PLATFORM=nogui $(MAKE) -C components/lazdebuggers/cmdlinedebuggerbase LCL_PLATFORM=nogui $(MAKE) -C components/lazdebuggergdbmi LCL_PLATFORM=nogui + $(MAKE) -C components/virtualtreeview LCL_PLATFORM=nogui $(MAKE) -C components/fpdebug LCL_PLATFORM=nogui $(MAKE) -C components/lazdebuggers/lazdebuggerfp LCL_PLATFORM=nogui $(MAKE) -C ide/packages/idedebugger LCL_PLATFORM=nogui