mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:39:31 +02:00
* removed dos and objects form units list
This commit is contained in:
parent
d531e303f9
commit
d035c66633
@ -230,7 +230,7 @@ endif
|
||||
endif
|
||||
OBJPASDIR=$(RTL)/objpas
|
||||
GRAPHDIR=$(INC)/graph
|
||||
override TARGET_UNITS+=system strings objpas objects heaptrc getopts
|
||||
override TARGET_UNITS+=system strings objpas heaptrc getopts
|
||||
override INSTALL_FPCPACKAGE=y
|
||||
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC)
|
||||
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC)
|
||||
|
@ -7,7 +7,8 @@ main=rtl
|
||||
|
||||
[target]
|
||||
loaders=
|
||||
units=system strings objpas objects heaptrc getopts
|
||||
units=system strings objpas heaptrc getopts
|
||||
# objects \ #(depends on dos)
|
||||
# exec \
|
||||
# dos crt printer \
|
||||
# lineinfo graph \
|
||||
|
Loading…
Reference in New Issue
Block a user