Browse Source

* removed dos and objects form units list

olle 21 years ago
parent
commit
d035c66633
2 changed files with 3 additions and 2 deletions
  1. 1 1
      rtl/macos/Makefile
  2. 2 1
      rtl/macos/Makefile.fpc

+ 1 - 1
rtl/macos/Makefile

@@ -230,7 +230,7 @@ endif
 endif
 endif
 OBJPASDIR=$(RTL)/objpas
 OBJPASDIR=$(RTL)/objpas
 GRAPHDIR=$(INC)/graph
 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 INSTALL_FPCPACKAGE=y
 override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC)
 override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC)
 override COMPILER_SOURCEDIR+=$(INC) $(PROCINC)
 override COMPILER_SOURCEDIR+=$(INC) $(PROCINC)

+ 2 - 1
rtl/macos/Makefile.fpc

@@ -7,7 +7,8 @@ main=rtl
 
 
 [target]
 [target]
 loaders=
 loaders=
-units=system strings objpas objects heaptrc getopts 
+units=system strings objpas heaptrc getopts 
+# objects \  #(depends on dos)
 # exec  \
 # exec  \
 #      dos crt printer \
 #      dos crt printer \
 #      lineinfo  graph \
 #      lineinfo  graph \