home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_07 / ACS_PRO.LZH / ASC / UOEDIT / USEREDIT.PRJ < prev   
Text File  |  1992-12-07  |  679b  |  23 lines

  1. ; ACS Example Program       (c) 1991 Stefan Bachert
  2. ;
  3. ROTSTR.AME             ; name of executable program
  4. .L [-S=0]
  5. =                   ; list of modules follows...
  6. acs_load.O           ; startup code
  7. acsint.o                        ; =^= ACS LIB
  8.  
  9. STARTER.C                        ; calls all modules
  10. UEROTSTR.C (UEROTSTR.H) ; depends also upon surface definition 
  11. UOROTSTR.C                    ; Userdef drawing routine 
  12.  
  13. ;PCBGILIB.LIB       ; BGI library
  14. ;PCFLTLIB.LIB       ; floating point library
  15. PCSTDLIB.LIB        ; standard library
  16.  
  17. ;PCEXTLIB.LIB       ; extended library
  18. PCTOSLIB.LIB       ; TOS library
  19. PCGEMLIB.LIB        ; AES and VDI library
  20. ;PCLNALIB.LIB       ; LINE-A library
  21.  
  22. ;   THIS IS THE END
  23.