home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / FALKMAG / FKM_03_1.ZIP / SOURCE.C / DO-WHILE.PRJ < prev    next >
Text File  |  1996-02-25  |  554b  |  21 lines

  1. ;>>>>>>> DEFAULT.PRJ for use with single module programs <<<<<<<<
  2.  
  3. do-while.prg        ; 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. do-while.c           ; 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. ;>