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

  1. ; ACS Example Program        (c) 1991 Stefan Bachert
  2. ;
  3. DIR.PRG                ; name of executable program
  4.  
  5. =                    ; list of modules follows...
  6. PCSTART.O            ; startup code
  7. DIR.C    (DIR.H)        ; depends also from surface definition 
  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