瀏覽代碼

* Serial.pp in makefile, Open_Noccty added to sysconst.inc

marco 24 年之前
父節點
當前提交
a3caaec3a0
共有 3 個文件被更改,包括 7 次插入4 次删除
  1. 1 1
      rtl/freebsd/Makefile
  2. 1 1
      rtl/freebsd/Makefile.fpc
  3. 5 2
      rtl/freebsd/sysconst.inc

+ 1 - 1
rtl/freebsd/Makefile

@@ -202,7 +202,7 @@ endif
 # Targets
 
 override LOADEROBJECTS+=prt0 cprt0
-override UNITOBJECTS+=$(SYSTEMUNIT) objpas strings unix initc dos crt objects printer sysutils typinfo math cpu mmx getopts heaptrc lineinfo errors sockets gpm ipc terminfo video mouse keyboard console
+override UNITOBJECTS+=$(SYSTEMUNIT) objpas strings unix initc dos crt objects printer sysutils typinfo math cpu mmx getopts heaptrc lineinfo errors sockets gpm ipc terminfo video mouse keyboard console serial
 override RSTOBJECTS+=math
 
 # Clean

+ 1 - 1
rtl/freebsd/Makefile.fpc

@@ -10,7 +10,7 @@ units=$(SYSTEMUNIT) objpas strings \
       sysutils typinfo math \
       cpu mmx getopts heaptrc lineinfo \
       errors sockets gpm ipc terminfo \
-      video mouse keyboard console
+      video mouse keyboard console serial
 
 rst=math
 

+ 5 - 2
rtl/freebsd/sysconst.inc

@@ -37,7 +37,7 @@ Const
   Open_Creat    = $200;       {Linux convention}
   Open_Trunc    = $400;
   Open_Excl     = $800;
-
+  Open_NoCTTY   = $8000;
 
   { The waitpid uses the following options:}
   Wait_NoHang   = 1;
@@ -87,7 +87,10 @@ Const
 
 {
   $Log$
-  Revision 1.2  2000-09-18 13:42:35  marco
+  Revision 1.3  2001-01-23 20:37:14  marco
+   * Serial.pp in makefile, Open_Noccty added to sysconst.inc
+
+  Revision 1.2  2000/09/18 13:42:35  marco
    * FreeBSD support into 1.1
 
   Revision 1.4  2000/09/11 14:38:10  marco