mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 15:29:11 +02:00
* fpcexe target
This commit is contained in:
parent
3b02411a46
commit
903a65380e
@ -171,11 +171,14 @@ help:
|
|||||||
# Compiler
|
# Compiler
|
||||||
#######################################
|
#######################################
|
||||||
|
|
||||||
.PHONY: compiler_cycle
|
.PHONY: compiler_cycle compiler_fpcexe
|
||||||
|
|
||||||
compiler_cycle:
|
compiler_cycle:
|
||||||
$(MAKE) -C compiler cycle
|
$(MAKE) -C compiler cycle
|
||||||
|
|
||||||
|
compiler_fpcexe:
|
||||||
|
$(MAKE) -C compiler fpcexe
|
||||||
|
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
# IDE
|
# IDE
|
||||||
@ -302,6 +305,7 @@ endif
|
|||||||
$(MAKE) fcl_$(ALLTARGET) $(BUILDOPTS)
|
$(MAKE) fcl_$(ALLTARGET) $(BUILDOPTS)
|
||||||
$(MAKE) packages_$(ALLTARGET) $(BUILDOPTS)
|
$(MAKE) packages_$(ALLTARGET) $(BUILDOPTS)
|
||||||
$(MAKE) utils_all $(BUILDOPTS)
|
$(MAKE) utils_all $(BUILDOPTS)
|
||||||
|
$(MAKE) compiler_fpcexe $(BUILDOPTS)
|
||||||
ifdef IDE
|
ifdef IDE
|
||||||
$(MAKE) ide_full $(BUILDOPTS)
|
$(MAKE) ide_full $(BUILDOPTS)
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user