home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_07 / ACS.ZIP / ACS / ADDRESS / ADDRESS.PRJ < prev    next >
Text File  |  1992-01-28  |  481b  |  20 lines

  1. ; ACS Beispiel Program        (c) 1991 Stefan Bachert
  2. ;
  3. ADDRESS.prg            ; name of executable program
  4. =                    ; list of modules follows...
  5. PCSTART.O            ; startup code
  6.  
  7. ADDRESS.C    (ADDRESS.H)
  8.  
  9. ACS.LIB                ; ACS Library
  10.                     ;
  11. ;PCBGILIB.LIB        ; BGI library
  12. ;PCFLTLIB.LIB        ; floating point library
  13. PCSTDLIB.LIB        ; standard library
  14.  
  15. ;PCEXTLIB.LIB        ; extended library
  16. PCTOSLIB.LIB        ; TOS library
  17. PCGEMLIB.LIB        ; AES and VDI library
  18. ;PCLNALIB.LIB        ; LINE-A library
  19.  
  20. ;    THIS IS THE END