home *** CD-ROM | disk | FTP | other *** search
/ Computer Club Elmshorn Atari PD / CCE_PD.iso / pc / 0600 / CCE_0682.ZIP / CCE_0682.PD / DSPSHELL / DSPSHELL.PRJ < prev    next >
Text File  |  1993-09-07  |  537b  |  19 lines

  1. dspshell.prg ; name of executable program is topmost window
  2.  
  3. =                  ; list of modules follows...
  4.  
  5. PCSTART.O          ; startup code
  6. c_source\dspshell.c
  7. c_source\powergem.c
  8. c_source\powrtext.c
  9. c_source\easyfsel.c
  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.  
  19. ;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<