mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 13:18:08 +02:00
Fix Makefile for lazbuild
This commit is contained in:
parent
2d3c211f33
commit
5b97b27122
1
Makefile
1
Makefile
@ -3818,6 +3818,7 @@ lazbuild: registration lazutils
|
|||||||
$(MAKE) -C components/ideintf LCL_PLATFORM=nogui
|
$(MAKE) -C components/ideintf LCL_PLATFORM=nogui
|
||||||
$(MAKE) -C components/lazdebuggers/cmdlinedebuggerbase LCL_PLATFORM=nogui
|
$(MAKE) -C components/lazdebuggers/cmdlinedebuggerbase LCL_PLATFORM=nogui
|
||||||
$(MAKE) -C components/lazdebuggergdbmi 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/fpdebug LCL_PLATFORM=nogui
|
||||||
$(MAKE) -C components/lazdebuggers/lazdebuggerfp LCL_PLATFORM=nogui
|
$(MAKE) -C components/lazdebuggers/lazdebuggerfp LCL_PLATFORM=nogui
|
||||||
$(MAKE) -C ide/packages/idedebugger LCL_PLATFORM=nogui
|
$(MAKE) -C ide/packages/idedebugger LCL_PLATFORM=nogui
|
||||||
|
@ -223,6 +223,7 @@ lazbuild: registration lazutils
|
|||||||
$(MAKE) -C components/ideintf LCL_PLATFORM=nogui
|
$(MAKE) -C components/ideintf LCL_PLATFORM=nogui
|
||||||
$(MAKE) -C components/lazdebuggers/cmdlinedebuggerbase LCL_PLATFORM=nogui
|
$(MAKE) -C components/lazdebuggers/cmdlinedebuggerbase LCL_PLATFORM=nogui
|
||||||
$(MAKE) -C components/lazdebuggergdbmi 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/fpdebug LCL_PLATFORM=nogui
|
||||||
$(MAKE) -C components/lazdebuggers/lazdebuggerfp LCL_PLATFORM=nogui
|
$(MAKE) -C components/lazdebuggers/lazdebuggerfp LCL_PLATFORM=nogui
|
||||||
$(MAKE) -C ide/packages/idedebugger LCL_PLATFORM=nogui
|
$(MAKE) -C ide/packages/idedebugger LCL_PLATFORM=nogui
|
||||||
|
Loading…
Reference in New Issue
Block a user