* removed dos and objects form units list

This commit is contained in:
olle 2004-04-27 22:16:17 +00:00
parent d531e303f9
commit d035c66633
2 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

@ -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 \