home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / hce.lha / HCE / LibSource / clib / Misc / Link_Misc next >
Encoding:
Text File  |  1992-09-02  |  632 b   |  15 lines

  1. ; Link misc files as misc.lib. (by Jason Petty 1993).
  2.  
  3. ; Copy libr, and this file to the ram disk, then just
  4. ; type:  execute ram:Link_Misc
  5.  
  6. ; Note - Make sure that the Directory containing the files 
  7. ; listed below is the Current Directory.
  8. ; Also Note: setjmp and lmath came from Hcc.lib by Detlef Wurkner.
  9.  
  10. ram:libr -a ram:misc.dir setjmp.o lmath.o abort.o cliparse.o ctype.o 
  11. ram:libr -a ram:misc.dir getopt.o main.o malloc.o wbparse.o environment.o
  12. ram:libr -a ram:misc.dir ChkAbort.o chdir.o mkdir.o getcwd.o qsort.o 
  13. ram:libr -a ram:misc.dir hsort.o lsearch.o catch.o rand.o
  14. ram:libr -a ram:misc.dir time.o system0.o fexec.o
  15.