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

  1. ; ACS Example Program       (c) 1992 Stefan Bachert
  2. ;
  3. PIANO.PRG           ; name of executable program
  4.  
  5. =                   ; list of modules follows...
  6. PCSTART.O           ; startup code
  7. PIANO.C (PIANO.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
  21.