home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / program / c / gemtris / gemtris.prj < prev    next >
Text File  |  1991-10-22  |  845b  |  29 lines

  1. ;>>>>>>> DEFAULT.PRJ for use with single module programs <<<<<<<<
  2.  
  3. GEMTRIS.PRG                   ; name of executable program is topmost window
  4. ;                   ; include debugging informations
  5. ;
  6.  
  7. =                  ; list of modules follows...
  8.  
  9. PCSTART.O          ; startup code
  10.  
  11. GEMTRRSC.C
  12. *                  ; compile topmost window
  13.  
  14. ;>>>>>>> note: the order of the librarys is significant !! <<<<<<<<
  15.  
  16. ;PCMYLIB.LIB
  17. ;DATABASE.LIB       ; Datenbank LIB
  18. ;PCFLTLIB.LIB       ; floating point library
  19. ;PCBGILIB.LIB       ; BGI library
  20. PCSTDLIB.LIB       ; standard library
  21.  
  22. ;PCEXTLIB.LIB       ; extended library
  23. A_MEMORY.LIB        ; Schallar's ACC-Memory Lib
  24. PCTOSLIB.LIB       ; TOS library
  25. PCGEMLIB.LIB       ; AES and VDI library
  26. ;PCLNALIB.LIB       ; LINE-A library
  27.  
  28. ;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  29.