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

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