home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_01 / PC_V11_A.LZH / BIN / DEFAULT.PRJ < prev    next >
Text File  |  1991-08-13  |  609b  |  21 lines

  1. ;>>>>>>> DEFAULT.PRJ for use with single module programs <<<<<<<<
  2.  
  3. *                  ; name of executable program is topmost window
  4. .C [ -Y ]
  5. .L [ -L -Y ]
  6. .S [ -Y ]
  7. =                  ; list of modules follows...
  8.  
  9. PCSTART.O          ; startup code
  10.  
  11. *                  ; compile topmost window
  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.  
  21. ;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<