Browse Source

* dos en objects naar het eind

marco 21 years ago
parent
commit
6c4bf32532
2 changed files with 3 additions and 3 deletions
  1. 1 1
      rtl/freebsd/Makefile
  2. 2 2
      rtl/freebsd/Makefile.fpc

+ 1 - 1
rtl/freebsd/Makefile

@@ -246,7 +246,7 @@ GRAPHDIR=$(INC)/graph
 ifndef USELIBGGI
 USELIBGGI=NO
 endif
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings syscall sysctl unixtype baseunix unixutil unix rtlconst initc cmem matrix dos dl termio objects printer sysutils typinfo systhrds types classes math varutils dynlibs cpu mmx charset ucomplex crt getopts heaptrc lineinfo errors sockets ipc terminfo video mouse keyboard console serial variants dateutils sysconst cthreads strutils convutils
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings syscall sysctl unixtype baseunix unixutil unix rtlconst initc cmem matrix dl termio  printer sysutils typinfo systhrds types classes math varutils dynlibs cpu mmx charset ucomplex crt getopts heaptrc lineinfo errors sockets ipc terminfo video mouse keyboard console serial variants dateutils sysconst cthreads strutils convutils dos objects
 override TARGET_LOADERS+=prt0 cprt0 gprt0
 override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst
 override INSTALL_FPCPACKAGE=y y

+ 2 - 2
rtl/freebsd/Makefile.fpc

@@ -12,12 +12,12 @@ fpcpackage=y
 loaders=prt0 cprt0 gprt0
 units=$(SYSTEMUNIT) objpas macpas strings syscall sysctl unixtype baseunix unixutil \
       unix rtlconst initc cmem matrix \
-      dos dl termio objects printer \
+       dl termio  printer \
       sysutils typinfo systhrds types classes math varutils dynlibs \
       cpu mmx charset ucomplex crt getopts heaptrc lineinfo \
       errors sockets ipc terminfo \
       video mouse keyboard console serial variants dateutils \
-      sysconst cthreads strutils convutils
+      sysconst cthreads strutils convutils dos objects
 
 rsts=math varutils typinfo classes variants dateutils sysconst