home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / TWIN / LINUX / TWIN. < prev   
Encoding:
Text File  |  1998-07-24  |  578 b   |  31 lines

  1. --- Makefile.rtr    Mon Feb  3 14:47:08 1997
  2. +++ Makefile    Mon Feb  3 14:54:27 1997
  3. @@ -2,7 +2,7 @@
  4.  BINDIR = <installdir>/bin
  5.  MANDIR = <installsharedir>/man/man1
  6.  
  7. -CC=cc
  8. +CC=cc -I/usr/include/ncurses
  9.  
  10.  # PC6300+ SysV
  11.  # CFLAGS=-O -DREALUNIX -DPLUS6300
  12. @@ -10,7 +10,7 @@
  13.  
  14.  # generic BSD
  15.  CFLAGS=-O
  16. -LIBS=-lcurses -ltermcap
  17. +LIBS=-lncurses -ltermcap
  18.  
  19.  #.SILENT:
  20.  
  21. --- i.h.rtr    Mon Feb  3 14:47:07 1997
  22. +++ i.h    Mon Feb  3 14:54:03 1997
  23. @@ -14,6 +14,7 @@
  24.  #include <signal.h>
  25.  #include <sys/types.h>
  26.  #include <sys/stat.h>
  27. +#include <unistd.h>
  28.  
  29.  #ifndef X_OK
  30.  #    ifdef REALUNIX
  31.