home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / program / misc / line_f / fpudef.prj next >
Text File  |  1994-02-09  |  590b  |  22 lines

  1. ;>>>>>>> FPUDEF.PRJ for use with single module programs <<<<<<<<
  2.  
  3. *                    ; name of executable program is topmost window
  4. .C [-S -8]            ; Compiler options
  5. .L []                ; Linker options
  6. .S [-8]                ; Assembler options
  7.  
  8. =                    ; list of modules follows...
  9.  
  10. PCSTART.O            ; startup code
  11.  
  12. *                    ; compile topmost window
  13.  
  14. PCBGILIB.LIB        ; BGI library
  15. PC881LIB.LIB        ; floating point library
  16. PCSTDLIB.LIB        ; standard library
  17.  
  18. PCEXTLIB.LIB        ; extended library
  19. PCTOSLIB.LIB        ; TOS library
  20. PCGEMLIB.LIB        ; AES and VDI library
  21.  
  22. ;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<